ÆÄÀÏÀ¯¹« üũ
°ü¸®ÀÚ 10-07-10 14:52
$file      = file_exists("file.txt");

if($file)
{
$msg ="Y";
}else{
$msg ="N";
}

echo "$msg";