user register and login 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
Canabalooza
Forum Newbie
Posts: 5
Joined: Sat Aug 09, 2003 11:08 am

user register and login script

Post by Canabalooza »

I know that there are script all over if you do a search but I get so confused with them since I'm farley new to php and don’t do mysql database stuff. what I am looking for is just a simple script where users can register their user name and password into the database which then lets them log into a form that I have where they can input data and that data will be stored to their username so that the next time they log in all of the stuff on the form that they filled out before is there again because its coming out of the database.
m3rajk
DevNet Resident
Posts: 1191
Joined: Mon Jun 02, 2003 3:37 pm

Post by m3rajk »

this isn't a place to get a script. it's a place to get help. either write something up and then let us know where it's breaking on you or go someplace like http://www.hotscripts.com and find something that's commented well enough for you to play script kiddie
Post Reply