$today)
{
Echo”
” . date(‘l F jS’, strtotime($row[‘date’])) . “ | “;|
| “;{$row[‘clientname’]} Cost: {$row[‘cost’]} Where: {$row[‘venue’]} When: ” . date(‘l F jS’, strtotime($row[‘date’])) . ” at {$row[‘time’]} “; if($row[‘extra2’]==1) Echo”Age Restrictions: {$row[‘extra3’]} “; if($row[‘extra4’]==1) Echo”Opening Acts: {$row[‘extra5’]} “; Echo” “; echo “ | “;
}
}
?>