Re: [PHP] filling out HTML forms

2004-08-05 Thread John Nichel
On Thursday 05 August 2004 14:03, John W. Holmes offered up the following tid-bit of information : > You'd have to know what elements are in the form. You wouldn't actually > fill out the form, just create the appropriate request to the page that > does the form processing. As simple as a URL if i

Re: [PHP] filling out HTML forms

2004-08-05 Thread John W. Holmes
From: "John Nichel" <[EMAIL PROTECTED]>: > > You can use cURL or one of the PEAR classes to have your PHP script fill > > out the form on the remote computer... will take some work, but it's > > possible. > > > > Actually, you could just simulate a POST / GET request to the file that > > handles th

Re: [PHP] filling out HTML forms

2004-08-05 Thread John Nichel
On Thursday 05 August 2004 13:43, John W. Holmes offered up the following tid-bit of information : > You can use cURL or one of the PEAR classes to have your PHP script fill > out the form on the remote computer... will take some work, but it's > possible. > > Actually, you could just simulate a

Re: [PHP] filling out HTML forms

2004-08-05 Thread John W. Holmes
- Original Message - From: "Amanda Hemmerich" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, August 05, 2004 12:39 PM Subject: [PHP] filling out HTML forms > So, we are trying to design an account management page that allows users > to manage al

Re: [PHP] filling out HTML forms

2004-08-05 Thread John Nichel
On Thursday 05 August 2004 12:39, Amanda Hemmerich offered up the following tid-bit of information : > So, we are trying to design an account management page that allows users > to manage all of their computer accounts in one place. We want to allow > them to change their passwords for all of the

[PHP] filling out HTML forms

2004-08-05 Thread Amanda Hemmerich
So, we are trying to design an account management page that allows users to manage all of their computer accounts in one place. We want to allow them to change their passwords for all of their accounts in one place, unfortunately, we don't have access to one of the machines to change their passwor