$HH=$_REQUEST['HH'];
if(empty($HH)){
$HH=$CQuery->getSingle("select min(id) from ".$tblC." where form_name ='Buat Album' and status=0 ","id DESC");
}
$HH=$CQuery->getRecordOrderD($tblC, "form_name='Buat Album' and status=0 and id='".$HH."' ", "id ", "");
$H=mysql_fetch_array($HH);
?>
$jdl=$_REQUEST['jdl'];
if(empty($jdl)){
$jdl=$CQuery->getSingle("select min(rangkuman) from ".$tblC." where form_name ='dokumentasi' and status=0 ","id DESC");
}
$Images=$CQuery->getRecordOrderD($tblC, "form_name='dokumentasi' and status=0 and rangkuman='".$jdl."' ", "id ", "");
while ($img=mysql_fetch_array($Images)){
$imgExt2=".".$CQuery->cekExistsImages($dirImg, $img['images']);
?>
}?>
Dokumentasi
-
$list=mysql_query("SELECT * FROM tbl_data WHERE form_name='Buat Album' and status=0 order by id DESC");
while($l=mysql_fetch_array($list)){
?>
- > }?>