"; $today = getdate(time()); $homemonth = $today['mon']; $day = $today['mday']; $year = $today['year']; $all = mysql_query("SELECT eventdate,artist,place FROM event where eventdate >= '$year/$homemonth/$day' ORDER by eventdate ASC limit 6") or die(mysql_error()); while ($show=mysql_fetch_object($all)) { $newdate = date("M d, Y", strtotime ($show->eventdate)); echo "$newdate
$show->artist
$show->place

"; } if ($key=='r') { $headimage="hdr.gif"; } if ($key=='f') { $headimage="hdf.gif"; } if ($key=='l') { $headimage="hdlinks.gif"; } if ($key=='ab') { $headimage="hdabout.gif"; } if ($key=='a') { $headimage="hdarchives.gif"; } if ($key=='c') { $headimage="hdc.gif"; } if ($key=='') { $date=date("My"); $headimage="date/" .$date. ".gif"; } print"
"; print""; print"
 
Visit
MemphisMojo
";


Warning: mysql_query() [function.mysql-query]: Access denied for user 'nobody'@'localhost' (using password: NO) in /home/bluesp/public_html/index.php on line 187

Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /home/bluesp/public_html/index.php on line 187
Access denied for user 'nobody'@'localhost' (using password: NO)