include("../include/function.php"); include("../include/ini.php"); $data="../mainte/captain/db/".$data; //ファイルオープン if(file_exists($data)=="true"){ $o=fopen($data,"r"); if($o==""){ $ms="ファイルが開けません。"; errorexit($ms,$data); } rewind($o); $org_data=fgetcsv($o,$length,","); fclose($o); } mb_convert_variables("euc-jp","sjis",$org_data); //改行処理 $org_data[0]=unhtmlspecialchars($org_data[0]); ?>