ok so i create a flat file register / login script as a base for my next script.
i wasnt happy with it, then i created a v2 of it abit more advanced. but still wasnt happy.
and in the end i went a totally different way all together using functions and what not.
instead of the 2 reg/login scripts going to waste ill just share them here as "TEMPLATES" / starter scripts for the more unexperienced coders lets say.
v1 = 1 file database. (username and password go to same file)
v2 = 2 file database (username and password go to seperate files)
xhtml/css/php/java/sessions/encrypted passwords
(java for login alert.. removed in my new script in end)
i will. (maybe real soon) create/share a more advanced version at some point
using functions and security measures etc.
probably just strip my reg/login from my new project as thats all sorted in this area.
anyway hope these help ppl get started down the right path.
Demos:
V1:
Simple
V2:
Abit More Advanced
i wasnt happy with it, then i created a v2 of it abit more advanced. but still wasnt happy.
and in the end i went a totally different way all together using functions and what not.
instead of the 2 reg/login scripts going to waste ill just share them here as "TEMPLATES" / starter scripts for the more unexperienced coders lets say.
v1 = 1 file database. (username and password go to same file)
v2 = 2 file database (username and password go to seperate files)
xhtml/css/php/java/sessions/encrypted passwords
(java for login alert.. removed in my new script in end)
i will. (maybe real soon) create/share a more advanced version at some point
using functions and security measures etc.
probably just strip my reg/login from my new project as thats all sorted in this area.
anyway hope these help ppl get started down the right path.
Demos:
V1:
Simple
V2:
Abit More Advanced
Comment