RE: [PHP] How do I capture a POST responce

2003-06-13 Thread Ralph
You have to use socket connection. Take a look at:

http://us4.php.net/fsockopen

In the User Contributed Notes look for a post by 

info at agriya dot com
02-Feb-2003 12:38

there you will see a script that shows you how to do it.

Hope this helps.


-Original Message-
From: Joaco [mailto:[EMAIL PROTECTED] 
Sent: Thursday, June 12, 2003 3:32 PM
To: [EMAIL PROTECTED]
Subject: [PHP] How do I capture a POST responce

I am writing a module that will allow a customer to process a credit
card
refund thru a web interface that I am designing. The problem I am having
is
that once the information is posted to the gateway, it returns a url
encoded
string with the responce from the transaction. How can I capture that
responce on my page rather than having to open or save the returned
file?



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] How do I capture a POST responce

2003-06-12 Thread Joaco
I am writing a module that will allow a customer to process a credit card
refund thru a web interface that I am designing. The problem I am having is
that once the information is posted to the gateway, it returns a url encoded
string with the responce from the transaction. How can I capture that
responce on my page rather than having to open or save the returned file?



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] How do I capture a POST responce

2003-06-12 Thread Jake Johnson
Try using this

$_POST['var_name']

Jake Johnson
http://www.plutoid.com


On Thu, 12 Jun 2003, Joaco wrote:

 I am writing a module that will allow a customer to process a credit card
 refund thru a web interface that I am designing. The problem I am having is
 that once the information is posted to the gateway, it returns a url encoded
 string with the responce from the transaction. How can I capture that
 responce on my page rather than having to open or save the returned file?



 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php