class publicDesCls extends connection { function showpublicDes() { $qry="select * from public_dis where status='1'"; $fireqry=mysql_query($qry,$this->conn) or die ("error in fire"); while($rec=mysql_fetch_array($fireqry)) { ?>
} } } $galleryobj=new publicDesCls(); $galleryobj->setconnection(); $galleryobj->selectdb(); ?>