"You mean another user using the same computer? "
No, I mean on two different computers.
"PHP generates html"
I know that PHP gets parsed before it is served to the user and I think that's where my question is. I was thinking maybe User2 could change the contents of the variable before User1 confirms because by the time they confirm, someone else has entered something different into the same variable.
But I guess it doesn't work like that, so that's reassuring. I was thinking I would have to use session ID's or $_SERVER or something to distinguish one user from another so I'm glad I don't need to do all that.
Is there any case where I would run into this problem? What if I had hundreds of users submitting information every second?
I know this is probably a silly question but I'm really new at this and I have to ask, so bear with me. But I'll probably have a laugh with you if I ever see this post again 🙂