Újdonságok

2014.11.29 20:26
Még nincs hír.
2014.11.29 20:25
<?php $counterfile = "szamlalod.txt"; $ftp = @fopen($counterfile,"r+"); $counterstand = (int)fgets($ftp,10); $counterstand++; rewind($ftp); fwrite($ftp,$counterstand); fclose($ftp); include($counterfile); ?>

Elérhetőség