Hey, I'm new to php and such, so i'm gonna probobly ask a really dumb and easy question.
If i have a string that looks like this:
"45, 123, 2, 5, 54, 234, 6"
how can i extract the numbers so each one is a seperate variable?
so say if i wanted to retrieve 123 and have that as a seperate variable value, is that possible?
Thanks
Jam