![]() |
|
|
+ Search |
![]()
|
Jan 12th, 2004 04:20
Eyad Saleh, Dave Brown,
Hello, when the users login to your system, you can save the username in a session variable, name it anything like "user_name" .... and place a php code in every php page to test if that variable exist or not, if it exist, then, this is a valid user, otherwise redirect him to the login page ... regards