I need to clarify, position 1 can be a 1,2 or 3. For example 2,3,1 with each number being a different value where 1 is approved, 2 is declined and 3 is error. I also need to take other text, thats seperate by commas, and turn that into something understandable also.
It's a string that looks like this...
1,1,1,This transaction has been approved.,000000,P,0,,,100.00,CC,auth_capture,,,,,,,,,,,,,,,,,,,,,,,,,,
This string is generated from submitted a credit card transaction to authorize.net.
Authorize.net has very very little information on submitting this info and returning the values through PHP.
I'm at a crossroads here, dump PHP and use cgi or ASP for the transactions is my only alternative.
Rab