Hi,
I need a way to POST data to another script on another server, without using
a form and without using GET (i.e. foobar.php?name=value), I then need the
user to be sent to that page (which now has the data).

Is that possible? I found some functions (PostToHost), but they only POST
the data and do now direct the user to the site.

Any help would be appreciated.

Thanks

BTW: I can't use sessions or anything like that.



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