[PHP] PHP script that fills forms ?

2003-11-26 Thread Anonymous
I was just wondering if it's possible to get a PHP script to fill a form for you? You see, I'm trying to make PHP fetch a password protected website for me and there's a form with username and password that protects it. Can anyone help me? Perhaps give me another sollution? -- PHP General

Re: [PHP] PHP script that fills forms ?

2003-11-26 Thread Sophie Mattoug
Anonymous wrote: I was just wondering if it's possible to get a PHP script to fill a form for you? You see, I'm trying to make PHP fetch a password protected website for me and there's a form with username and password that protects it. Can anyone help me? Perhaps give me another sollution?

Re: [PHP] PHP script that fills forms ?

2003-11-26 Thread Anonymous
Well, you see. I didn't mean it that way. I meant PHP to fetch a website. The website is password protected and you need to fill a form to access it. So I would like PHP to fill that form for me. Would that be possible? Are there any other solutions? Sophie Mattoug [EMAIL PROTECTED] skrev i

Re: [PHP] PHP script that fills forms ?

2003-11-26 Thread Nathan Taylor
You're not making any sense my friend. If you want to fill form field then supply them with a value= value. There's nothing more to it. - Original Message - From: Anonymous To: [EMAIL PROTECTED] Sent: Wednesday, November 26, 2003 5:37 AM Subject: Re: [PHP] PHP script

Re: [PHP] PHP script that fills forms ?

2003-11-26 Thread Sophie Mattoug
form-filling is client-side, php is server-side = i don't see any solution for your problem... Anonymous wrote: Well, you see. I didn't mean it that way. I meant PHP to fetch a website. The website is password protected and you need to fill a form to access it. So I would like PHP to fill that

RE: [PHP] PHP script that fills forms ?

2003-11-26 Thread Nigel Jones
PROTECTED] Subject: Re: [PHP] PHP script that fills forms ? Well, you see. I didn't mean it that way. I meant PHP to fetch a website. The website is password protected and you need to fill a form to access it. So I would like PHP to fill that form for me. Would that be possible? Are there any

Re: [PHP] PHP script that fills forms ?

2003-11-26 Thread Justin French
On Wednesday, November 26, 2003, at 09:48 PM, Nathan Taylor wrote: You're not making any sense my friend. If you want to fill form field then supply them with a value= value. There's nothing more to it. he wants PHP to act as a 'user at a keyboard and mouse', entering values into a form,

RE: [PHP] PHP script that fills forms ?

2003-11-26 Thread Jay Blanchard
[snip] I was just wondering if it's possible to get a PHP script to fill a form for you? You see, I'm trying to make PHP fetch a password protected website for me and there's a form with username and password that protects it. Can anyone help me? Perhaps give me another sollution? [/snip] Use

Re: [PHP] PHP script that fills forms ?

2003-11-26 Thread Justin French
On Wednesday, November 26, 2003, at 09:14 AM, Anonymous wrote: I was just wondering if it's possible to get a PHP script to fill a form for you? You see, I'm trying to make PHP fetch a password protected website for me and there's a form with username and password that protects it. Can

Re: [PHP] PHP script that fills forms ?

2003-11-26 Thread Prashant
- From: Justin French [EMAIL PROTECTED] To: Nathan Taylor [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; Anonymous [EMAIL PROTECTED] Sent: Wednesday, November 26, 2003 6:18 PM Subject: Re: [PHP] PHP script that fills forms ? On Wednesday, November 26, 2003, at 09:48 PM, Nathan Taylor wrote: You're

Re: [PHP] PHP script that fills forms ?

2003-11-26 Thread Anonymous
OK then. Thanks for your answers. But is there another way that I could make PHP fetch info from a password protected website? Justin French [EMAIL PROTECTED] skrev i melding news:[EMAIL PROTECTED] On Wednesday, November 26, 2003, at 09:48 PM, Nathan Taylor wrote: You're not making any sense

Re: [PHP] PHP script that fills forms ?

2003-11-26 Thread Anonymous
Oops. Nevermind that last message. I didn't read all the messages in the topic. Anonymous [EMAIL PROTECTED] skrev i melding news:[EMAIL PROTECTED] OK then. Thanks for your answers. But is there another way that I could make PHP fetch info from a password protected website? Justin French