|
Posted by Radium on 06/03/06 08:22
Yes, but what if the website with the forms uses sessions.
For example bank accounts logins often open sessions, as soon es you open
the website
with the login form. Is it possible to handle this situation with php....
One would have to load the website like a browser with php, and then fill
out the forms,
redirect the output of the website to a real user browser.
Thx in advance
Axel
"lorento" <laurente1234@yahoo.com> schrieb im Newsbeitrag
news:1149311495.069169.155680@i40g2000cwc.googlegroups.com...
> 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
>
Navigation:
[Reply to this message]
|