View Single Post
  #5 (permalink)  
Old 06-27-2006, 04:00 PM
Ong's Avatar
Ong Ong is offline
Rookie
 
Join Date: Feb 2006
Posts: 7
Ong is on a distinguished road
Okay, if all you want to do is get the HTML source code from a web page, then you could probably open the file using fopen(). But unless you have the correct permissions, all you can do is read the file.

On the note specified by somebody else, you cannot read PHP source code because, when a call is made to request a PHP web page, the server processes the file, and THEN outputs it to the browser.

Reply With Quote