Hi, I am not new to php but I am new to regular expressions, I guess I should really try to get to grips with it once and for all but I just seem to miss the point somwhere along the line.
What I want to do is parse a keyword search string eg.
accountant "west london" excel
into an array
[0] -> accountant
[1] -> west london
[2] -> excel
could you do this with a regular expression
function ? My main problem is getting the quotes recognised.
Any help much appreciated,
Thanks Ed.