"; 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"]; print ""; print "
$st_title"; print "
$st_description"; } print "
"; $result=mysql_query("select * from gallery where type='reviews' 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 "
"; ?>