1
I wonder how I could create a PHP script that every time it was run it would increment and print that number. Example: In the first execution it shows the number 1. In the second time the number 2. In the third time the number 3. But in the fourth time it would have to return to the number 1.
That was right now I will implement in my project. Thank you very much.
– Bruno
The best way to thank you is to accept the answer that helped you the most ;)
– Math