Creating a login
Moderator: General Moderators
Creating a login
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.
- iknownothing
- Forum Contributor
- Posts: 337
- Joined: Sun Dec 17, 2006 11:53 pm
- Location: Sunshine Coast, Australia
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.
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.