//Àüü Á¢¼ÓÇѼö
$total_fp = file("../../file/2002");
echo "
" . number_format($total_fp[0]) . "";
$new_fp= fopen("../../file/2002","w");
if($total_fp[0]) {
$total_cnt = $total_fp[0] + 1;
}
flock($new_fp,2);
fwrite($new_fp,$total_cnt);
fclose($new_fp);
?>