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

2003-06-12 Thread Ralph
:[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

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 p

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