require_once("include/db_gallerydetail.php");
$call = new clsGalleryDetail();
$result = $call->get_gallerydetail_list_galleryId($_SESSION['gid']);
if(mysql_num_rows($result)){
if($result){
$i=0;
while($row = mysql_fetch_array($result))
{
$txt_fileId2 = $row['fileId'];
$txt_fileTitle2 = $row['fileTitle'];
$txt_fileDesc2 = $row['fileDesc'];
$txt_fileActive2 = $row['fileActive'];
$txt_fileName2 = $row['fileName'];
$upddateBy = $row['upddateBy'];
$updateDate = $row['updateDate']; ?>
$i++;
}
}
}
?>
require_once("include/db_gallerydetail.php");
$call = new clsGalleryDetail();
$result = $call->get_gallerydetail_list_galleryId($_SESSION['gid']);
if(mysql_num_rows($result)){
if($result){
$i=0;
while($row = mysql_fetch_array($result))
{
$txt_fileId2 = $row['fileId'];
$txt_fileTitle2 = $row['fileTitle'];
$txt_fileDesc2 = $row['fileDesc'];
$txt_fileActive2 = $row['fileActive'];
$txt_fileName2 = $row['fileName'];
$upddateBy = $row['upddateBy'];
$updateDate = $row['updateDate']; ?>
}
}
}
?>
-
require_once("include/db_gallery.php");
$call = new clsGallery();
$result = $call->get_gallery_list_galleryId($galleryId);
if(mysql_num_rows($result)){
if($result){
$i=0;
while($row = mysql_fetch_array($result))
{
$txt_fileId = $row['fileId'];
$txt_fileTitle = $row['fileTitle'];
$txt_fileDesc = $row['fileDesc'];
$txt_fileActive = $row['fileActive'];
$txt_fileName = $row['fileName'];
$txt_galleryId = $row['galleryId'];
$txt_fileLink = $row['fileLink'];
$upddateBy = $row['upddateBy'];
$updateDate = $row['updateDate']; ?>
-
}
}
}
?>