我是看了boobooke视频,这个代码类似,就是运行不了,请问怎么解决啊
<?php
$file="./conn.txt";
if(file_exists($file))
{  echo "文件存在";
}
else

echo "文件不存在";
}?>