ภาพโครงการ
if ($res_arr['proj_1']!= "") {?>
$sql_sub_img = "SELECT * FROM img_sub WHERE main_img = '".$res_arr['proj_1']."' ";
$query_sub_img = mysql_query($sql_sub_img);
$num_sub_img = @mysql_num_rows($query_sub_img);
if($num_sub_img > 0){
while($rs_sub_img = mysql_fetch_array($query_sub_img)){
?>
}
}
?>
} ?>
if ($res_arr['proj_2']!= "") {?>
} ?>
if ($res_arr['proj_3']!= "") {?>
} ?>
if ($res_arr['proj_4']!= "") {?>
$sql_sub_img = "SELECT * FROM img_sub WHERE main_img = '".$res_arr['proj_4']."' ";
$query_sub_img = mysql_query($sql_sub_img);
$num_sub_img = @mysql_num_rows($query_sub_img);
if($num_sub_img > 0){
while($rs_sub_img = mysql_fetch_array($query_sub_img)){
?>
}
}
?>
} ?>
if ($res_arr['proj_5']!= "") {?>
} ?>
if ($res_arr['proj_6']!= "") {?>
} ?>