preg_split or not preg_split, that is the question!
Morning All,
Yet another topic on the keyword tracking topic. I have a string of words e.g.
"holiday villa in", essex, "united kingdom"
I need to split the string into an array so that the quoted words stay together e.g.
Array 0 => Holiday villa in
1 => essex
2 => United Kingdom
Any ideas? I thought about using preg_split but wonder if there is a better tool?
Cheers,
NM.
__________________
Holiday Villa In<br>
<font size=2>If it moves, kick it. If it doesn't move, kick it till it moves and hen kick it because it moved</font>
|