mysql_query where statment help
- by Anders Kitson
I am retrieving values from the url with the GET method and then using a if statement to determine of they are there then query them against the database to only show those items that match them, i get an unknown error with your request. here is my code
$province = $_GET['province'];
$city = $_GET['city'];
if(isset($province) &&…