Thread
:
php question
View Single Post
06-09-2005, 03:23 AM
Alky
Confirmed User
Join Date: Apr 2002
Location: Houston
Posts: 5,651
Quote:
Originally Posted by
raulph
Still shows same error after changing to:
/* display row for each listingid */
echo "<tr>\n";
echo "<td>{$row['intersection1']}</td>\n";
?>
you need to close your while loop
put a } before the ?>
Alky
View Public Profile
Find More Posts by Alky