Re: [PHP] Download a file with PHP

2001-09-14 Thread Alexander Skwar
So sprach »Erich Kolb« am 2001-09-14 um 11:35:18 -0500 : > How do I download a file with PHP? I have a few hundred .xml and .rdf files > that I want to download on a regular basis. Hmm, dunno, but I'd actually not use PHP for this. I'd use external, specialized tools like wget to do the job. C

Re: [PHP] Download a file with PHP

2001-09-14 Thread Jason Brooke
> How do I download a file with PHP? I have a few hundred .xml and .rdf files > that I want to download on a regular basis. See the filesystem functions in the manual - fopen(), file(), etc jason -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] Fo