Heyas,
Once upon a time I used to be able to POST form data to external sites with
ASP and an MSXML (or something) server object on IIS and I'm wondering if
there's a similar sort of technique using PHP. Would prefer it if I didn't
have to use anything that isn't part of your typical PHP/Apache install (if
there is such a thing) but will take what I can get.
The easiest description of what I'm attempting is: user hits PHP page,
page submits predefined search terms to Google and the results are
displayed. The user wouldn't have interacted with the search at all (ie:
no button clicks) as it's all performed by the PHP script.
Thoughts?
Kris
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
- RE: [PHP] Automajickally POST to a remote form Kris Williams
- RE: [PHP] Automajickally POST to a remote form John W. Holmes
- Re: [PHP] Automajickally POST to a remote form Chris Shiflett
- Re: [PHP] Automajickally POST to a remote form Kris Williams