get_pages_row($txt_Id); if(mysql_num_rows($result)){ if($result){ $row = mysql_fetch_array($result); $txt_pagesTitle = $row['pagesTitle']; $txt_pagesDescription = $row['pagesDescription']; $txt_pagesKeyword = $row['pagesKeyword']; $txt_pagesDetail = $row['pagesDetail']; } } ?>

    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']; ?>