Re: [PHP] Re: credit card auth using curl function

2002-08-29 Thread Mike Mannakee
------ > > > -----Original Message- > From: phplist [mailto:[EMAIL PROTECTED]] > Sent: Thursday, August 29, 2002 7:32 PM > To: [EMAIL PROTECTED] > Subject: FW: [PHP] Re: credit card auth using curl function > > > &g

FW: [PHP] Re: credit card auth using curl function

2002-08-29 Thread phplist
sday, August 29, 2002 7:32 PM To: [EMAIL PROTECTED] Subject: FW: [PHP] Re: credit card auth using curl function -Original Message- From: Mike Mannakee [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 29, 2002 5:45 PM To: [EMAIL PROTECTED] Subject: [PHP] Re: credit card auth using curl function

[PHP] Re: credit card auth using curl function

2002-08-29 Thread Mike Mannakee
Absolutely. Your best bet, leaving the most visible way of tracing the steps on any authorization, would be to save the returned string to a file. Open the file and pass the handle to CURL_SETOPT like curl_setopt($ch, CURLOPT_FILE, $return_data_fp); Then have your script parse the data and outp