Flip-flop php variable?

CrimsonProphecy

New member
I want to make a variable in php that switches everytime someone accesses the form. For example, when somebody accesses the php page, the variable is set to equal zero, then the next time the page is accessed the variable is equal to one, then the next time it is equal to one, and over and over again.
 
Back
Top