-1
I’m trying to perform a check of how many times a person performs access to a given page, but I do not know how to do it, I would like to perform this in PHP or Javascript.
First Access:
- Display initial instructions
Second Access:
- Display items, links, or other elements if the person followed the instructions on first access. (At this point, I know that further validations will be required to verify that the instructions have been correctly followed)
[...] (Other access)
Hello, since you said yourself you were a beginner, I suggest we start with the basics. Learn more about the language you will use (or languages); in addition, a good way is to use $_SESSION in PHP, you can create a counter and a counter value check to accomplish such a release.
– Murilo Melo
I also suggest refactoring your question to clarify the doubt, and indicate the language you are using.
– Murilo Melo