Hiya,
I have heard you can make a PHP Counter. What's the code?
Printable View
Hiya,
I have heard you can make a PHP Counter. What's the code?
for($i=1;$i<=10;$i++){echo $i.'<br/>';}
this is a simple counter in php
what is your requirement ?
What do you mean requirement? I have the free version and I need a PHP Code for a counter.
Requirement == define for us what you mean by "counter" in this instance: what is it counting, what are the inputs, what are the expected data, and so forth? In other words, the word "counter" all by itself doesn't really tell us much.