Re: [PHP] creating of html-archive

2005-08-26 Thread Richard Lynch
On Thu, August 25, 2005 1:05 pm, Rory Browne wrote: > At the risk of making a complete and utter ass of myself, I'm going to > disagree with Richard. > > I'm going to justify this, by the fact that file_get_content function > is written in C, and performs function required, that is currently > perf

Re: [PHP] creating of html-archive

2005-08-25 Thread Richard Lynch
On Thu, August 25, 2005 6:26 am, Michelle Konzack wrote: > Curently I do it with wget and by hand using a bash script, > but like to integrate it into my php4 webinterface. http://php.net/exec You really don't want to re-write all of wget. And I doubt that anything in PHP to do what wget does w

Re: [PHP] creating of html-archive

2005-08-25 Thread Rory Browne
At the risk of making a complete and utter ass of myself, I'm going to disagree with Richard. I'm going to justify this, by the fact that file_get_content function is written in C, and performs function required, that is currently performed by wget. On 8/25/05, Michelle Konzack <[EMAIL PROTECTED]

[PHP] creating of html-archive

2005-08-25 Thread Michelle Konzack
Hello, Curently I do it with wget and by hand using a bash script, but like to integrate it into my php4 webinterface. What I need is: 1) INPUT-Form where I can type the URL of a html/php (or something like this) page. when submited, 2) the php script download the page and cr