Shows
= 0 ORDER BY ShowDate ASC"); if ($result > 0) while ($row = mysql_fetch_array($result,MYSQL_ASSOC)) { if ($row{'URL'} !== "") { $Venue = "
".$row{'Venue'}."
"; } else { $Venue = $row{'Venue'}; } print "
".$row{'TheDate'}."
".$Venue."
".$row{'Details'}."
"; } else print "
To be announced.
"; mysql_close($dbh); ?>
Join the mailing list:
© 2008 Hang Jones. All Rights Reserved.