Get Previously Entered Variables? 03-01-2020, 02:17 AM
#1
Let's say I was making a complex phishing site, one that required multiple different pages. And for example, the 'email' variable is on one page, and the 'password' variable is on the next.
How would I make it so the php stores the 'email' variable, and on the "login" button click, simultaneously outputs the 'email' and 'password' variable.
I've got it so it can output them one at a time, so first the 'email' variable, then afterwards the 'password' once its been entered and submitted.
However this poses an issue, because if two people logged in within seconds of each other it would mess up the order of the outputs.
Any help or ideas available?
How would I make it so the php stores the 'email' variable, and on the "login" button click, simultaneously outputs the 'email' and 'password' variable.
I've got it so it can output them one at a time, so first the 'email' variable, then afterwards the 'password' once its been entered and submitted.
However this poses an issue, because if two people logged in within seconds of each other it would mess up the order of the outputs.
Any help or ideas available?
~this post is fictitious; I am playing a persona~