Date: 02/29/00
- Next message: David Fallon: "[PHP3] Problems with PHP3+Apache on solaris working with DB2 on a remote machine"
- Previous message: Gaylord Aulke: "[PHP3] php4-like session tracking in php3"
- In reply to: Terry Mackintosh: "Re: [PHP3] re-posting? ( initiating a secondary web transaction from inside PHP3?)"
- Next in thread: Michael Stearne: "Re: [PHP3] re-posting? ( initiating a secondary web transaction from inside PHP3?)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> 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>
- Next message: David Fallon: "[PHP3] Problems with PHP3+Apache on solaris working with DB2 on a remote machine"
- Previous message: Gaylord Aulke: "[PHP3] php4-like session tracking in php3"
- In reply to: Terry Mackintosh: "Re: [PHP3] re-posting? ( initiating a secondary web transaction from inside PHP3?)"
- Next in thread: Michael Stearne: "Re: [PHP3] re-posting? ( initiating a secondary web transaction from inside PHP3?)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

