View source of file with php?

  • Thread starter Thread starter truepal20032001
  • Start date Start date
T

truepal20032001

Guest
How can i get the HTML source code output from a PHP file that is in my webserver. If i do fopen(), it will get the source of the PHP, I need the HTML contents that that PHP file spits out....
Hello Brad, the only problem is that if I do it by that method, I will end up incorporating the PHP source not the HTML, when you include a file, if it is on your server, it will get the PHP code of it.
 
Back
Top