Current
listings ...
// Verify that there are listings in this category...
if ($RowCount < 1) {
Print "There are currently no listings in this category. ";
Print " | ";
}
// Categories Have Been Found
else {
$category = MySQL_RESULT($Results,0,"PropertyCategoryName");
Print "Current Category: $category"; ?>
Print ""; ?>Property |
Print ""; ?>Status
|
Print ""; ?>State |
Print ""; ?>County |
Print ""; ?>Size |
// Trump through the recordset to see if the user has already registered
$i = 0;
WHILE ( $i < $RowCount)
{
$id = MySQL_RESULT($Results,$i,"PropertyListingID");
$title= MySQL_RESULT($Results,$i,"PropertyListingTitle");
$thecategory = MySQL_RESULT($Results,$i,"PropertyCategoryName");
$state = MySQL_RESULT($Results,$i,"PropertyListingState");
$county = MySQL_RESULT($Results,$i,"PropertyListingCounty");
$size = MySQL_RESULT($Results,$i,"PropertyListingSize");
$status = MySQL_RESULT($Results,$i,"PropertyListingStatus");
// Now Print Out The Record Info
?>
| Print "" . $title . ""; ?> |
if ($status == "Available")
{
print "$status | ";
}
else
{
print" $status | ";
}
?>
Print "$state"; ?> |
Print "$county"; ?> |
Print "$size"; ?> |
$i++;
} // End of while $i
|
|
|
 |
 |
|
 |
 |
|
Wildwood Properties P.O. Box 70483 •
Albany, Georgia 31708 •
229-883-7174 |
|
|
|
|
|
|
 |
| |
|