if (isset($_POST["checkbox"])) {
$stat = available;
status = '$stat' OR '$stat' = ''
if the checkbox in my form is checked, this will use the value 'available' in my db query, else it will us the value ''.
Is it possible to give 2 values to $stat ? i want my query to search for 'available' and 'under construction' when the checkbox is checked.