How to code user registration, log in process and database

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
runrunforest
Forum Newbie
Posts: 6
Joined: Thu Sep 18, 2008 10:33 pm

How to code user registration, log in process and database

Post by runrunforest »

Hi,

I am completely new in this field, I am learning through certain tutorials however they aren't teach the exact sample code that I would need. So I indeed need a lot of help from experienced coder.

First of, registration. How to code ?

second of, user database. how to set it up with my SQL?

After all how to integrate the them so user can log in with their account and then their account detail shown in web page.

I just need the basic sample codes so i can do all of those steps by myself
User avatar
Stryks
Forum Regular
Posts: 746
Joined: Wed Jan 14, 2004 5:06 pm

Re: How to code user registration, log in process and database

Post by Stryks »

Wow .... that's a hard one to answer.

Maybe just hit this sites search function and look for 'user authentication' or something similar.

This has been touched on many many times. You should find more examples than you can poke a stick at.

Even a really big stick. :D
Post Reply