Hello,
Is it possible to read the HTML source of a web page that is not on the local server. For example say I want to save in a file the source code of the home page of Yahoo how can i do this?
Thanks,
Chris
Use fopen() and fread().
Diego