$search = join('%', explode(' ', $search));
/*
For Example:
search = 'John Smith';
search = join('%', explode(' ', search));
search now = John%Smith
*/
ShawnCplus 456 Code Monkey Team Colleague
ShawnCplus 456 Code Monkey Team Colleague
ShawnCplus 456 Code Monkey Team Colleague
iamthwee commented: sounds good to me. +24
ShawnCplus 456 Code Monkey Team Colleague
Ezzaral commented: Exactly what I was thinking too :) +25
diafol commented: nice and succinct - wish I could see it - class +4
edgar5 commented: That makes some sense to me. +1
ShawnCplus 456 Code Monkey Team Colleague