Hi guys this is my search query
At the moment every field must be completed to get a result, how can i edit this query so that not every field has to be completed
PHP Code:$query ="select * from jobs where
category='$category' AND
location='$location' AND
salarytype='$salarytype' AND
salary='$salary' AND
jobstatus='$jobstatus'
ORDER BY '$order'";
Many thanks in advance









Bookmarks