Hi I need to search for a users name in a column in a database. Something like this
if(ereg('John Doe', $rsmvopen->Fields('DESCRIPTION'))){
echo 'yes';
}
I can get John and Doe but I can't get 'John Doe'. How do you account for the space? Thanks
fintan.