I need to echo entire content of included file. I have tried the below:
echo \"\"; echo \"inc
Shortest way is:
readfile('http://www.mysite.com/script.php');
That will directly output the file.