PDA

View Full Version : How would I parse a string...


Shining Arcanine
Thu 7th Aug '03, 12:50pm
Lets say I have a variable called $string. It equals: 'something anotherthing someword etc.' How would I turn this into an array? Is it possible?

pablo
Thu 7th Aug '03, 1:15pm
explode function if there is a certain character always between the words

Shining Arcanine
Thu 7th Aug '03, 1:42pm
explode function if there is a certain character always between the words

Cool, thanks.