Quote:
|
Originally Posted by epic1231
i tried to look into scripts as such but unforunitly i'm not very good with php just getting used to it and couldn't figure most of them type of login scripts out.. With each one i have done i'm changing my layout kinda (running a gaming network trying to setup so users can read reviews and whatnot but need to register before downloading files such as games/patchs demos trailers etc.etc.
|
Sounds good.
What I'd tend to recomend is don't go for fancyness, all you need is a very very basic script that you may be able to start understanding even with very little PHP knowledge.
Reading other peoples PHP is the best way to learn. It's how I learnt, you will get a lot of satisfaction learning PHP, it's a great language.
Once you've found a login checking script - really you should only need to include it in each protected page, which you do using:
It's that simple, just setting up takes a little time, but if a job is worth doing it's worth doing right! & learning new skillz is fun!