> Can this be done? If so, can someone point me in the right direction?
> Specifically, how to get the CGI Post data returned from thier server?
As a starting point, grab their form, including all the javascript
associated with it, and put it onto your own page.
Change the <FORM> tag to submit to a PHP script, and in that PHP
script put <? phpInfo(); ?> ... look at the data you get in,
in either $HTTP_POST_VARS or $HTTP_GET_VARS and write a PHP
script to replicate that data. Then, use PHP's curl functions
to post or get that data to the remote CGI script.
This would be hard to do for every airline though, since they all
have different online forms.
Jason
--
Jason Murray
[EMAIL PROTECTED]
Web Developer, Melbourne IT
"Work now, freak later!"
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]