include("header.php"); ?>
include("sidebar.php"); ?>
Our Star
class galleryimg extends connection { function showgallery() { $qry="select * from ourstar"; $fireqry=mysql_query($qry,$this->conn) or die ("error in fire"); while($rec=mysql_fetch_array($fireqry)) { ?>
" class="img-circle img-responsive"/>
=$rec["message"];?>
=$rec["name"];?>
=$rec["post"];?>
} } } $galleryobj=new galleryimg(); $galleryobj->setconnection(); $galleryobj->selectdb(); $galleryobj->showgallery(); ?>
include("footer.php"); ?>