hello
i want to do something like this
mysql_query("select * from search where name like '%$query' and description like '%$query'");
but it not working i need some help...
Why do you say it's not working? what kind of error are you getting? are you sure you're connected to the database? a little more info other than "it not working" would be helpful...
---John Holmes...