Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[PHP] redirection of CGI

0 views
Skip to first unread message

Dimo Velev

unread,
Dec 19, 2000, 4:59:23 PM12/19/00
to
hi,
how can i redirect a form with its whole data (method post) to another cgi on another site?
10x in advance
dimo

Richard Lynch

unread,
Dec 19, 2000, 6:34:20 PM12/19/00
to
Find the PostToHost function from Rasmus Lerdorf or use the similar
functionality from Manuel Lemos' classes.

If the other site is using SSL, you'll need to exec() "cURL" (software you
can download) instead.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: php-general...@lists.php.net
For additional commands, e-mail: php-gene...@lists.php.net
To contact the list administrators, e-mail: php-lis...@lists.php.net

0 new messages