how should I pass the logged in user to other pages ?
In the database at the same time there might be several user
logged in ?

Thanks,
Bibhas

Sichta Daniel wrote:
> 
> Hi,
> 
> You can validate user on login page and sets the flag in database table.
> Then on each page you have to check that flag again ....
> 
> DS
> 
> -----Original Message-----
> From: Bibhas Kumar Samanta [mailto:[EMAIL PROTECTED]
> Sent: Thursday, June 26, 2003 8:52 AM
> To: [EMAIL PROTECTED]
> Subject: [PHP] passwd protected page
> 
> Hi,
> 
> Without using sessions , how can I create
> passwd protected pages in mysql/php.
> 
> I need to remember the user from login page and
> validate this user in other pages.
> 
> Thanks,
> Bibhas
> 
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to