Include whole content of a file and echo it

后端 未结 6 1079
迷失自我
迷失自我 2020-12-10 02:54

I need to echo entire content of included file. I have tried the below:

echo \"\";

echo \"inc         


        
6条回答
  •  粉色の甜心
    2020-12-10 02:58

    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

    
    

提交回复
热议问题