Hello,

This is a reply to an e-mail that you wrote on Mon, 23 Jun 2003 at 10:18,
lines prefixed by '>' were originally written by you.
> I am using the following codes to create cookie and validate login,
> but some
> members can't login, I checked their username and password is
> correct..
>    $info =
> base64_encode("$id:$username:$passwd:$fname:$lname:$suspended");

I haven't read all of your code but the first thing I can think to check
is... do any of your usernames or passwords have : characters in them?
if they do you will have to adjust your code to account for this.

David.

--
phpmachine :: The quick and easy to use service providing you with
professionally developed PHP scripts :: http://www.phpmachine.com/

          Professional Web Development by David Nicholson
                    http://www.djnicholson.com/

    QuizSender.com - How well do your friends actually know you?
                     http://www.quizsender.com/
                    (developed entirely in PHP)

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

Reply via email to