hi, I am about to finish my yellow pages. I just need help in searching the yellow pages.
i know i can search this way
$result=mysql_query("Selet blah from table where blah like '%$q%'",$dbi);
but it will search for the single word
How can i search like google.. if u type 'php scripts ' it will search like this q=php+scripts
so when you have space between words it stripe them..
Basicly, I wan to search function to have this-
user can choose all categories or selected category,all countries or selected country and search will be on description,title..
Any suggestions or example will be a great help.
Thanks for ur help
Regards