include('header.php'); $query=mysql_query("SELECT * FROM tbl_photo_galary")or die(mysql_error()); $i=0; while($result=mysql_fetch_array($query)) { $caption[$i]=$result['caption']; $path[$i]=$result[path]; $id[$i]=$result[id]; $i++; } ?>
Photo Gallery Of Tamluk Municipality | ||||
echo $caption[$l]; ?> |
}
}
?>