....I read a similar post, but it's not really similar to what I'm trying to do. I'm working on a credit card app that returns a string similar to this:
"declined","Incorrect Address on Card","4/3/02","18:20","84748573","0","Y",",","","0"
(no the comma IN the quotes is not mistyped, but the way it comes through)
My problem is this - I would like to just pull values 1-4 and put them into either an array or separate strings.
This is probably a dumb questions, but any help would be appreciated. I'm an asp developer moving to PHP, and I'm still "on the learning curve".
Thanks in advance.........John