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";
?>
Now I get this error:
Parse error: parse error, unexpected '{' in /public_html/pa/index.php on line 22