----- 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 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 > password. This machine has a web form available that allows users to > change their passwords online, and we were hoping to somehow use the > information that the users entered on our form to fill out the other form. 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 the form processing instead of actually attempting to fill out the form. Again, cURL and some PEAR classes will help here. ---John Holmes... -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php