RE: [PHP] for loop and FTP

2003-08-14 Thread Jay Blanchard
[snip] I need to grab five pages from a web site every day and then FTP those pages to another site. I was wondering if I should grab all five pages (and store them somewhere) and then FTP all five. [/snip] This sounds like the more prudent move as it is more efficient. You can also confirm that

[PHP] for loop and FTP

2003-08-07 Thread Kevin Millecam
Hi all, You can probably tell I'm pretty new at this. I need to grab five pages from a web site every day and then FTP those pages to another site. I was wondering if I should grab all five pages (and store them somewhere) and then FTP all five. Or if I could keep the FTP connection open while