I've used LWP:UA to download PHP before with no problems, so perhaps it's specific to the PHP you're trying to access. Have you tried download a SourceForge.net page? That's the site I was pulling from last time, and it worked fine.
jpt > -----Original Message----- > From: Franki [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, October 02, 2002 6:34 AM > To: [EMAIL PROTECTED] > Subject: using LWP::UserAgent to fetch PhP (Not working.) > > > Hello again people... > > I have noticed something interesting.. > > my LWP::UserAgent script works great fetching HTML and the > html output of > perl scripts... > > but when I point it at a php script.. it can't retrieve anything... > > since LWP is requesting the page through port 80, the web > server should just > do the processing and return the html,, which LWP would fetch... > > but its not working... I can fetch html.. but no php at all.. > > > anyone know why this is and what I can do about it??? > > > I'd really love to hear it.. :-) > > > many thanks > > > regards > > Franki >
