|
||
$num";
$fp=fopen($counterFile,w);
$suc=fputs($fp, $num);
$suc=fclose ($fp);
} else {
$counterFile="counter.txt";
$fp= fopen($counterFile,r);
$num= fgets($fp,10);
print "$num";
$suc=fclose ($fp);
}
?>
Since January 1st,2004 Copyright ? 1998 Sugar Hut Resort & Restaurant Complex. |
||