Hi.
I want to generate a script where I can get related categories names in left/right panel........................as per the keyword entered by user.....
Can anyone help me on this as what the query should be............
I am using this..............
PHP Code:
select * from tblcat where category = '".$_REQUEST['get_searchword']."'
But its showing on one keyword.........not all related with that.............
eg. if a user search for "Car Hire"
so that right/left panel shold show all the keywords having name Car + Hire in my data base.
Thanks in advance!
|