View Single Post
  #8   Spotlight this post!  
Unread 27-05-2004, 19:23
Guest
 
Posts: n/a
Re: Logging into ChiefDelphi.com question

Use the following code at the top of each page:
PHP Code:
session_start(); 
Now use the Session variables to check if a user is logged in.