- HOME >
- =PAGE08J?> >
- =PAGE11J?> >
- =$pagename?>

=$pagename?>
原料名 | 製品名 |
---|---|
=$pagename?> |
$sqll = "select * from t_origin, t_sif54, t_product
where t_origin.hinban = t_sif54.hinban
and t_origin.hinban = t_product.hinban
and kigen_j = '".$org."'
and t_product.flg_pd_j != 0
order by t_sif54.jpn_hinmei";
if(!$resl = mysql_query($sqll)){die($sqll);}
while($rowl = mysql_fetch_array($resl)){
$hnb = $rowl['hinban'];
## 暗号化
$phnb = enchnb($hnb);
print(''.mb_convert_kana($rowl['jpn_hinmei'], "as", "UTF8").' '); } mysql_free_result($resl); ?> |