Creating a login

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
racer123
Forum Newbie
Posts: 1
Joined: Sun Aug 05, 2007 6:41 pm

Creating a login

Post by racer123 »

Alright. I am REALLY new to php and all that stuff (website coding in general) and I have a clan page. http://www.qshot-gaming.com so you can take a look at what i am working with. This template has a login that came with it. So i want to be able to use it for my clan members so that they can login there. So A member only site or w.e How can i make this login fuction properly what do I need to do? I would love to use the login, right now its giving me a stupid error but obviously that because i haven't coded it yet or anything. any help would be appreciated. All I want to do is create login. so people can login.
User avatar
iknownothing
Forum Contributor
Posts: 337
Joined: Sun Dec 17, 2006 11:53 pm
Location: Sunshine Coast, Australia

Post by iknownothing »

Heaps of examples are available if you type "login page php" into Google. Get some workable code first, then, if you need help making it work, post up your code and any error messages you may get.

Try to include some security measures, which most code examples may not have. md5() and sha1() are just some of the ones to think about.
angelena
Forum Commoner
Posts: 53
Joined: Mon Nov 22, 2004 4:10 am

Post by angelena »

This may be helpful for u, take a look

http://www.zend.com/code/codex.php?id=393&single=1
Post Reply