Posted by lorento on 06/03/06 05:11
Radium wrote:
> Is it possible to fill out a form on an foreign website.
> E.g. is it possible to fill out the google form from a php script
> and then initialize the search?
Yes...just copy form code, and change the form action. Its not about
php its just html code.
e.g for google:
<form action=http://www.google.com/search>
<input type=text name=q>
<input type=submit value=Search>
</form>
regards,
Lorento
--
http://www.mastervb.net
http://www.immersivelounge.com
http://www.padbuilder.com
[Back to original message]
|