|
|
ARGO-KER KFT Házépítők Irodája |
|
|
|
|
|
|
|
|
|
$counterfile = "counter.txt"; $ftp = @fopen($counterfile,"r+"); $counterstand = (int)fgets($ftp,10); $counterstand++; rewind($ftp); fwrite($ftp,$counterstand); fclose($ftp); include($counterfile); print"$counterfile"; ?> |
|