Posted by gcox on 03/06/07 00:34
Hello,
I am using php and MySQL and have following as part of the code
while ($row[] = mysql_fetch_array($result)) {
printf("<td valign='top'><strong>Venue</strong></td><td _
valign='top'>%s </td></tr>",$row[0]["venue"]);
etc etc
but with more than one hit it does not work, I just get a repeat of
the first set of data but not using the table formatting.
Ideas please?
Cheers
Geoff
[Back to original message]
|