Ä«¿îÅÍ Å×½ºÆ® "; $FileName="counter.txt"; if(!file_exists($FileName)) { touch($FileName); $pFile=fopen($FileName,'r+'); $strData=""; } else { include "counter.txt"; $count++; $strData=""; $pFile=fopen($FileName,'r+'); } fwrite($pFile,$strData); fclose($pFile); echo "ÆäÀÌÁö Á¢¼ÓȽ¼ö = ".$count; ?>