Current Properties For Sale
while($row = mysql_fetch_array( $query )) { /*if (!empty($row['image']) && file_exists(REAL_IMAGE_ROOT . $row['image'])) $image = IMAGE_ROOT . $row['image']; else*/ $image = 'images/noimage.jpg'; ?>} ?>
include("inc/includes.php"); $query = mysql_query("SELECT * FROM `__seemore__` WHERE `type`='sale' ORDER BY `price` ASC"); ?>