Here is the query command I am using:
$sql = mysql_query("select * from tablenamehere where Serial like '%$term%' or DName like '%$term%' ");
The problem I am experiencing is when I add a second query command it will only return result from the bottom one and it completely ignores the one above it.
I am sure it is something simple I have overlooked and I just can't figure out what I am missing...

New Topic/Question
Reply


MultiQuote






|