06-09-2005, 03:34 AM
|
|
|
Confirmed User
Join Date: Apr 2002
Location: Houston
Posts: 5,651
|
Quote:
|
Originally Posted by raulph
Ok changed to:
Code:
/* Dsiplay results in a table */
echo "<table cellspacing='10' border=0' cellpadding='0' width='100%'?";
echo "<tr><td colspan='5' align='right'>Click on any picture to see a larger version.<br><hr></td></tr>\n";
while ($row = mysql_fetch_array{result,MYSQL_ASSOC))
/* display row for each listingid */
echo "<tr>\n";
echo "<td>".$row['intersection1']."</td>\n";
?>
|
Quote:
|
Originally Posted by V_RocKs
haha.. touche... }
|
i was going from that ;)
|
|
|