Let me explain it this way. When I use a line in my page like:
<?php include("banner.php"); ?>
…it works fine. But if I change this line to be:
<?php include("https://www.Tilt-Movie.com/banner.php"); ?>
…it breaks. Is there a way for me to configure my server so this does work?
Thanks very much.