Over on PHPMac.com there's a new posting that anyone out there looking for a very simple login form.
Well, you want a members area but want to create it yourself. That means no messing with pre-coded scripts that are hard to install. Sure they offer you a few more services, but with a little time and a moderate understanding of PHP and mySQL, you can create them yourself. Not only that but you then know exactly how it works and will therefore know how to trouble shoot. Alright, lets get on with it then.
He uses MySQL in his example, but the code can be easily changed to use just about any other database system out there. There's even a little if statement that you can use to check and see if a person is logged in for the "members only" sections of the site...




