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?



echo '<input type="text" name="name" value="' . $value . '">";


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to