Page 1 of 1
MySQL Login/ Registration Script
Posted: Sat Sep 05, 2009 11:45 am
by azylka
Hi, I'm just wondering if anybody has a script or ideas for a MySQL Login/ Registration Script where users login and are redirected to their account page. I can't really find and automated script anywhere. I know it's kinda stupid, but I don't know what to do.
Cheers,
Alex
Re: MySQL Login/ Registration Script
Posted: Sat Sep 05, 2009 11:54 am
by jazz090
well just send the login data to a php file, validate it (there are one million topics on this if you search the internet) and then finally store user id on a session cookie and call a location header to account page.
Re: MySQL Login/ Registration Script
Posted: Sat Sep 05, 2009 11:55 am
by azylka
Ok, but the thing is, it has to be automated and I'm not really in the mood for starting from scratch. Are there any existing scripts that do this?
Re: MySQL Login/ Registration Script
Posted: Sat Sep 05, 2009 11:58 am
by oscardog
azylka wrote:Ok, but the thing is, it has to be automated and I'm not really in the mood for starting from scratch. Are there any existing scripts that do this?
Hundreds, try hotscripts or something, but a login/registration really isn't that hard
