";} // //include "shack_live.html"; //print "
Click HERE if you want to view the live music with an iPhone.
"; $id=""; if(isset($_GET['id'])){$id=$_GET['id'];} if($id==""){ $result=mysql_query("select * from gallery where type='music' order by list_order limit 1"); while($row=mysql_fetch_assoc($result)) { $id=$row["id"]; } } print ""; print "
"; $result=mysql_query("select * from gallery where id=$id"); while($row=mysql_fetch_assoc($result)) { $st_id=$row["id"]; $st_title=$row["title"]; $st_image=$row["image"]; $st_short_description=$row["short_description"]; $st_description=$row["description"]; $st_page_title=$row["page_title"]; $st_page_description=$row["page_description"]; $st_keywords=$row["keywords"]; if (preg_match("/iframe/",$st_keywords)) { print ""; }else{ print ""; } print "
$st_keywords
$st_title"; print "
$st_description"; } print "
"; $result=mysql_query("select * from gallery where type='music' order by list_order"); while($row=mysql_fetch_assoc($result)) { $st_id=$row["id"]; $st_title=$row["title"]; $st_image=$row["image"]; print "
"; print "
$st_title"; } print "
"; ?>