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))
{
?>
}
}
}
$galleryobj=new galleryimg();
$galleryobj->setconnection();
$galleryobj->selectdb();
$galleryobj->showgallery();
?>