- Impact
- 19
Hey
I have been posting for help for awhile regarding php and stuff..i also posted the reason that i am working on a game on TURING [OLD PROGRAMING LANGUAGE] and the only way for me to make it online is to use PHP to store data in MYSQL...its quite complicated..
anyway, i can send data to the database and all..but i cant seem to figure out this:
The Login system...I searched online..and all the php logins i could find used sessions...i dont wnat that..since i am using turing with it..i just want to:
Check the database for the username and the password that i get from the USER and check it against the database..and if it exsists then it puts "LOGED IN" otherwise "Wrong username/password"
and i also want [for the registration] to see if the username that USER chose is taken or not..and email adress.
so i just want some IF statements but i cant seem to figure out how to do it
Thanks
I have been posting for help for awhile regarding php and stuff..i also posted the reason that i am working on a game on TURING [OLD PROGRAMING LANGUAGE] and the only way for me to make it online is to use PHP to store data in MYSQL...its quite complicated..
anyway, i can send data to the database and all..but i cant seem to figure out this:
The Login system...I searched online..and all the php logins i could find used sessions...i dont wnat that..since i am using turing with it..i just want to:
Check the database for the username and the password that i get from the USER and check it against the database..and if it exsists then it puts "LOGED IN" otherwise "Wrong username/password"
and i also want [for the registration] to see if the username that USER chose is taken or not..and email adress.
so i just want some IF statements but i cant seem to figure out how to do it
Thanks






