On 02-Jul-01 Clayton Dukes wrote:
> Don,
> Thanks for the info.
> 
> I'm a bit confused,
> When I call the function, what is the syntax as it applies to my form?
> 
> ie:
> openpost ("dps2.usairways.com, /cgi-bin/fi, FltNum=2972 page=fi");
> 
> I know this doesn't work, but do you see what I mean?
> Forgive my ignorance, I'm still learning :-)
> Also, how do I set more than one NAME= VALUE= pair?
> 

you'll build the string yourself before the call:

$pstr='FltNum=2972&page=fi&selectDay=July+02';
$fp=openpost('dps2.usairways.com', '/cgi-bin/fi', $pstr);

// i'm not so sure about that selectDay, javascript ain't my thing.

Regards,
-- 
Don Read                                       [EMAIL PROTECTED]
-- It's always darkest before the dawn. So if you are going to 
   steal the neighbor's newspaper, that's the time to do it.

-- 
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]

Reply via email to