Add a Photo
You must select the listing that you want to add the photo to.";
}
$getlisting = mysqli_query($dbcrent,"SELECT * FROM rentals
WHERE listing_id = '$listing_id' ")
or trigger_error("bad getlisting: " . mysqli_error($dbcrent));
while ($ary = mysqli_fetch_assoc($getlisting)) {
while (list($key,$val) = each($ary)) {
$$key = $val;
}
echo "Add photo for: $address";
echo "
";
} // END while
?>
Photo must be a jpg image -- anything else will not work.
Please be patient while your image is uploaded. It may take a few moments.
Select rental property to add photo to:";
?>