| px | top | add code | search | signup | login | help |
<?$fpo = fopen(\\\"/your/path/to/counter.txt\\\",\\\"a+\\\");
fputs($fpo, \\\"1\\\");
fclose($fpo);
$fpr = filesize(\\\"/your/path/to/counter.txt\\\");
echo ($fpr);?>
Comments or questions?
PX is running PHP 5.2.11
Thanks to Miranda Productions for hosting and bandwidth.
Use of any code from PX is at your own risk.