AceZero2790@xxxxxxx wrote: > Hey, > I need a particular type log in script. I'm not sure how to do it > or > where I could find a tutorial that would help me, so I'll describe what I > need > and then maybe someone could tell me what kind of script I need (sessions > or > whatever) and where I could get the script/learn how to make it. > I need a pretty basic log in script. Something that people log in > to, > and the page and all linked/related pages cannot be accessed unless the > person > has logged in. > So what do I need for this? Cookies, sessions both? And where can I > learn how? If you want that nifty popup window you sometimes see, you need to search php.net for "HTTP Authentication" If you do NOT want that popup window, you can just Google for "PHP Authentication" and you'll find a zillion answers. Most involve sessions, some of which involve cookies, some which don't, ... It's up to you to choose the features you want -- Or if you don't care, just pick the one that makes the most sense to you when you read it. -- Like Music? http://l-i-e.com/artists.htm -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php