ドロップダウン|ドロップダウンリスト
""){
$seek_cp="select gg,cp from bom where lh= '$ FH_CP' ";
$result_cp=@pg_exec($link,$seek_cp);
$GG=trim(pg_result($result_cp,0,"gg"));
$CP=trim(pg_result($result_cp, 0, "cp"));
$C_G=$CP.' '.$GG;
echo "<オプション選択値="$FH_CP">$C_G"; ?for($j=0;$j$gg_fh=trim(pg_result($result_fh,$j,"gg"));
$cp_fh=trim(pg_result($result_fh ,$ j,"cp"));
$seek_lh="select * from bom where cp='$cp_fh' and gg='$gg_fh' ";
$result_lh=pg_exec($link,$seek_lh);
$ lh_fh=トリム(pg_result($result_lh,0,"lh"));
$cp_gg=$cp_fh.' '.$gg_fh;
echo "<オプション選択値=" $lh_fh">$cp_gg";
}
else{
echo "";
}
}
?>