Where do data input go? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Where do data input go?

when you for example type in your password and email. Where does it go? And what programming language manages that?

26th Jun 2018, 6:02 PM
Syreyes
Syreyes - avatar
4 Answers
+ 2
depends on the kind of program. for websites it gets usually sent to a php script which stores it in a variable, calculates the hash and looks up if the hash corresponds to the username you put in. for something like a windows login it gets saved in a variable and windows calculates the hash and looks up in a file on the harddrive if that hash corresponds to your username
26th Jun 2018, 6:56 PM
Max
Max - avatar
+ 1
I thought you are poppy
26th Jun 2018, 6:21 PM
Syreyes
Syreyes - avatar
0
Well, that's an interesting question. I think, that it's usually managed by PHP. Data are usually saved in SQL database. Search for some videos on Youtube. Just type "Login system with PHP and SQL" into searchbox.
26th Jun 2018, 6:20 PM
Jan Štěch
Jan Štěch - avatar
0
thx
26th Jun 2018, 6:21 PM
Syreyes
Syreyes - avatar