Page 1 of 1

Creating a login

Posted: Sun Aug 05, 2007 6:43 pm
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.

Posted: Sun Aug 05, 2007 7:00 pm
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.

Posted: Sun Aug 05, 2007 7:30 pm
by angelena
This may be helpful for u, take a look

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