if i use this link it is working fine search.php?search=ali&city=dubai&submit=Search
but if i use this no result found search.php?search=ali&city=0&submit=Search
I have three rows in data table
- 1st is name
- 2nd is city
- 3rd is date
if i search name with city it is showing result but when i search only name then no result found i want both type of result.
how can i fix this isuuse thanks in advance
$getquery = mysql_query("SELECT * FROM data WHERE $construct AND city='$city' ORDER BY DATE DESC LIMIT $start, $per_page");