MySQL Search
Posted: Thu Nov 03, 2005 6:53 am
Hi,
I need to search all my colums within my software table using the search post;
Here is my query;
I created an array with my colum names however this is not working.
Does anybody know howto do this.
I need to search all my colums within my software table using the search post;
Here is my query;
Code: Select all
$result = mysql_query("SELECT * FROM software WHERE $array LIKE '%$search%' ORDER BY id");I created an array with my colum names however this is not working.
Does anybody know howto do this.