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
MySQL Login/ Registration Script
Moderator: General Moderators
Re: MySQL Login/ Registration Script
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
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
Hundreds, try hotscripts or something, but a login/registration really isn't that hardazylka 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?