RE: [PHP] Wget and PHP

2001-07-16 Thread Ben Bleything
Do you mean to suck down the pre-interpreted scripts from a remote server? Can't be done. The server interprets the scripts long before they ever get put on the network. Your best bet will be to e-mail the admin and ask => Ben -Original Message- From: Clayton Dukes [mailto:[EMAIL P

Re: [PHP] Wget and PHP

2001-07-15 Thread DAve Goodrich
on 7/15/01 9:59 AM, Clayton Dukes at [EMAIL PROTECTED] wrote: > Is there a utility available that will get PHP based websites? > Wget doesn't do it > > TIA! > > Clayton Dukes > CCNA, CCDA, CCDP, CCNP > Download Free Essays, Term Papers and Cisco Training from > http://www.gdd.net

Re: [PHP] Wget and PHP

2001-07-15 Thread DAve Goodrich
Wget works just fine for me here. The one problem I see is if you need to complete a form for entry, session login, then it can be a problem. I solve that by allowing a no login on our development box behind the firewall. I'm sure it could be done use a post (php has a post class I believe) since