Quote:
|
Originally Posted by V_RocKs
Also, this is better written from,
Code:
echo "<td>{$row['intersection1']}</td>\n";
to
Code:
echo "<td>".$row['intersection1']."</td>\n";
And when you post code here, use code tags or we might not see what you typed.
|
you edit fast, i was about to call you on your error
