How do I use PHP to auto-increment a numeric variable on page refresh?
Foe example, for $i=10 there is an output of this:
Page has been viewed
<?php $i = 10; echo $i;?>times.
Now I want to increment $i when page refreshes so if user loads page 5 times, the number will increase by 5