Re: [PHP-WIN] Re: log-in system

2001-11-03 Thread GreatKent
I've got my system working with .htaccess now, thank you very much for you help~ Kent "Ross Fleming" <[EMAIL PROTECTED]> ¼¶¼g©ó¶l¥ó·s»D :[EMAIL PROTECTED] > I suggest you check the php manual and look into sessions: > http://www.php.net/manual/en/ref.session.php > > Failing that you could use c

RE: [PHP-WIN] Re: log-in system

2001-11-03 Thread Ross Fleming
I suggest you check the php manual and look into sessions: http://www.php.net/manual/en/ref.session.php Failing that you could use cookies, but both methods can be easily exploited by people intent on accessing your pages. The best way really is the .httaccess file. R -Original Message