"; echo "Got $num_rows row(s) returned from the database.
"; echo "See the data....
"; if ($num_rows > 0) { $row_count = 0; } else { $row_count = $MAX_ROWS +1; } echo "
| Buyer | Seller | Location | Price | Date |
|---|---|---|---|---|
| " . $row["buyer"] . " \n"; echo " | " . $row["seller"] . " \n"; echo " | ".$row["location"]." \n"; echo " | ".$row["price"]." \n"; echo " | ".$row["closing_date"]." \n"; echo " |