|
|
property listings |
while ($result->fetchInto($row)) {
$mainImage = $row['image_1_thumb'];
if($mainImage == "") {
$mainImage = 'no_image_thumb.gif';
}
else {
// check to see whether file exists?
}
?>
= $row['suburb'] ?>
= $row['bedroom'] ?> = $row['bathroom'] ?> = $row['parking'] ?>
= $row['rent'] ?>
Find Out More |
|
} ?>
|
|
|