Unset Application Pending

Application Pending has been removed

"; 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 remove Application Pending:"; $checkif = mysqli_query($dbcrent, "SELECT listing_id FROM rentals WHERE rental_type = 'Annual' AND active = 1 AND pending = 1 ") or trigger_error("Bad checkif: " . mysqli_error($dbcrent)); if (mysqli_num_rows($checkif) < 1 ) { echo "

There are no properties to remove Application Pending.

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