Does anyone see what is wrong with this code. It will not display the results in the table. If I output the same row values in a list it works fine just not in a table. Thanks for the help.
echo "
\n";
echo "
Band
Date
Venue
City
State
Event
Comment
Format
\n";
while ($myrow = mysql_fetch_row($result)) {
printf ("
Email replies to this thread, to the address above.
??wrote: > > Does anyone see what is wrong with this code. It will not > display the results in the table. If I output the same row > values in a list it works fine just not in a table. Thanks > for the help. > > echo "