Hi. I originally had my site coded in html and I used an iframe to include a status script that ran on a secondary site of mine.
I have since re-coded my site in php, but I am unable to figure out how to include the external script. I am already using "<?php include($path["docroot"]."status.php"); ?>" to include a local status.php file, but trying to use this same include for doesn't work.
I have since re-coded my site in php, but I am unable to figure out how to include the external script. I am already using "<?php include($path["docroot"]."status.php"); ?>" to include a local status.php file, but trying to use this same include for doesn't work.