
- Home Page
- Audio
- Music Videos
- Biography
- Tour Dates
- News
- CDs
- Photo Gallery
- Band Merch.
- Message Board
- Mailing List
- Contact Us
- Links
Built
and Hosted by
Broomfield Designers |

Crazed Individuals
Tour Dates
Please Scroll Down
for our upcoming Events
$query= "SELECT * FROM tourdates order by showid asc";
$doit= db_query($query);
$i=0;
$numthings= mysql_num_rows($doit);
if($numthings > 0) {
for ($i=0; $i<$numthings; $i++) {
$row = mysql_fetch_array($doit);
?>
|
=$row["title"]; ?>
Date
of the Show:
=$row["date"]; ?>
|
|
=$row["ad"]; ?>
|
}
}
?>
|