/ Published in: PHP
URL: http://www.tutorialized.com/tutorial/Simple-Text-based-counter/374
http://www.tutorialized.com/tutorial/Simple-Text-based-counter/374
Expand |
Embed | Plain Text
<?php //tutorial for text-file based counter //opens file for reading and writing //reads in current value $getcurrent=$getcurrent+1; //increment count by 1 //input new value //gets new value //print "$getrecent"; //print counter value ?>
You need to login to post a comment.
