I need to echo entire content of included file. I have tried the below:
echo \"\"; echo \"inc
Matt is correct with readfile() but it also may be helpful for someone to look into the PHP file handling functions manual entry for fpassthru
readfile()