Evening Sirs,
I would like to specialize my search script, by not only searching in one row, but in more. For example my mysql_query looks like this now:
$query = "select * from table where street = '$trimmed'";
I would like to query it like this:
$query = "select * from table where street,number,first_name,last_name = '$trimmed'";
I would really be thankful for the person who answered the right snippet for this issue.
Thanks in advance,
Tibor