Set Application Pending

The property has been set Application Pending.

"; echo "'; } } elseif ( isset($_POST['selectlisting'] ) ) { //display the deactivate listing form /////////// $listing_id = $_POST['listing_id']; $getlistinginfo = mysqli_query($dbcrent, " SELECT * FROM rentals WHERE listing_id = '$listing_id' ") or trigger_error("Bad getlistinginfo: " . mysqli_error($dbcrent)); while ($ary = mysqli_fetch_assoc($getlistinginfo)) { while (list($key,$val) = each($ary)) { $$key = $val; } ?>
Address: $city"; echo " $state $zip"; ?>
Select rental property to set application pending:"; $checkif = mysqli_query($dbcrent, "SELECT listing_id FROM rentals WHERE rental_type = 'Annual' AND active = 1 AND pending = 0 ") or trigger_error("Bad checkif: " . mysqli_error($dbcrent)); if (mysqli_num_rows($checkif) < 1 ) { echo "

There are no properties to set pending.

"; } else { ?>
0 ) { echo ""; } ?>