How can I echo the whole content of a .html file in PHP? ... You should use readfile() : readfile("/path/to/file");. This will read the file and send it to the ...
確定! 回上一頁