include("admin/config.php");
if(!$con=mysql_connect($server,$user,$pass))die("Error in connection");
if(!$db=mysql_select_db($db,$con))die("Database not found");
?>
Little Flower Hospital Trust, Angamaly
$sql="select gallery_id ,
gallery_caption,
gallery_text,
gallery_order
from gallery_table order by gallery_id ";
$sql_result=mysql_query($sql,$con);
if(mysql_num_rows($sql_result) > 0){
?>