Page 1 of 1

Saving webpage

Posted: Fri Jul 29, 2005 6:58 pm
by jaymoore_299
What's a quick way to save a webpage without using file_get_contents (function not available to me at my server)

Posted: Fri Jul 29, 2005 7:37 pm
by timvw
Alternatives i can think of:

- fopen and fgets (I still have to figure out why with safe_mode=on it's allowed to use this with http wrappers and file_get_contents is not allowed)

- curl