$iloopm=1;
$sqlbm2="select * from naresphotography_picture where idtype=$idtype order by id ";
$querybm2 = @mysql_query($sqlbm2);
while($rowbm2=@mysql_fetch_array($querybm2)){
?>

$iloop=2;
$sqlgal="select * from naresphotography_gallerypicture where idpicture=".$rowbm2["id"];
$querygal = @mysql_query($sqlgal);
while($rowgal=@mysql_fetch_array($querygal)){
?>

$iloop++; }?>
$iloopm++; }?>