Re: [PHP3] re-posting? ( initiating a secondary web transaction from inside PHP3?) From: Rasmus Lerdorf (rasmus <email protected>)
Date: 02/29/00

> Thanks, that is interesting, will keep it in mind for the future, but
> no, unfortuatly the card proccessor requires the that data arrive a
> "method=post".

Just fsockopen() port 80 and send a POST request with the appropriate data
urlencoded in the body.

> Bill also suggested "virutal()", but again, how to "post" veriables?
> also is virtual good for off-server sub-requests? or just local
> on-same-server sub-requests?

virtual() does an Apache sub-request which is internal only.

-Rasmus

-- 
PHP 3 Mailing List <http://www.php.net/>
To unsubscribe, send an empty message to php3-unsubscribe <email protected>
To subscribe to the digest, e-mail: php3-digest-subscribe <email protected>
To search the mailing list archive, go to: http://www.php.net/mailsearch.php3
To contact the list administrators, e-mail: php-list-admin <email protected>