[PHP-users 30722] Re: 配列内容のデータベースのレコードへの書き出し

syokora ryuubi_1109 @ yahoo.co.jp
2006年 11月 15日 (水) 09:40:28 JST


ご回答ありがとうございます。
しかし、以下のようにしたのですが、やはりうまくいきません
。

foreach($value as $nkey =>$arrValue) 
{ 
	foreach($arrValue as $nkey2=>$strValue)
	{
		$encode_val=
mb_convert_encoding           ($strValue,"EUC-JP","Shift_JIS");
	//1	
	}
	sqlite_query($db_open, "INSERT INTO
thesaurus    (word,dougigo1,dougigo2,dougigo3,) VALUES

      ('$encode_val[0]','$encode_val       
    [1]','$encode_val[2]','$encode_val[3]')");
}
sqlite_close($db_open);

//1にsqlite_queryをもってくると、何も書き出されず、上記
の状態だと、全てnullになってしまいました。。。


--------------------------------------
Yahoo! JAPAN "Pink Ribbon Campaign 2006"
-Breast Cancer Awareness-
http://pr.mail.yahoo.co.jp/pinkribbon/


PHP-users メーリングリストの案内