MySQL Login/ Registration Script

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
azylka
Forum Commoner
Posts: 40
Joined: Sat Dec 06, 2008 9:11 pm

MySQL Login/ Registration Script

Post 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
User avatar
jazz090
Forum Contributor
Posts: 176
Joined: Sun Apr 12, 2009 3:29 pm
Location: England

Re: MySQL Login/ Registration Script

Post 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.
azylka
Forum Commoner
Posts: 40
Joined: Sat Dec 06, 2008 9:11 pm

Re: MySQL Login/ Registration Script

Post 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?
oscardog
Forum Contributor
Posts: 245
Joined: Thu Oct 23, 2008 4:43 pm

Re: MySQL Login/ Registration Script

Post 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 :)
Post Reply