hi, I need to echo an include from my php function. I have tried the below but neither work? Does php support this within a function?
echo "<?php include ('http://www.mysite.com/script.php'); ?>";
echo "include (\"http://www.mysite.com/script.php\");";
Thanks