hjkhghopjkertteerterterterertertrtoirh
bnmbertsurhetertertertertertertertpdf'tdfg
C:
/
xampp
/
htdocs
/
tree
/
Upload FileeE
HOME
<?php function counter($self) { //$self = str_replace('.php', '', end(explode('/', $_SERVER['PHP_SELF']))); $file = explode('&', file_get_contents('counter.txt', true)); $module = array(); $lama = false; for($i = 0; $i < count($file); $i++) { $a = explode('=', $file[$i]); $module[$a[0]] = $a[1]; if($self == $a[0]) $lama = true; } if($lama) { $module[$self] += 1; } else { $module[$self] = 1; } //implode $output = array(); foreach($module as $key => $val) { $output[]= $key .'='. $val; } file_put_contents('counter.txt', implode('&', $output)); return sprintf('%05d', $module[$self]); } ?>