Justtechjobs.com Find a programming school near you






Online Campus Both


php-db | 2001071

Re: [PHP-DB] cookie problems From: Ken Sommers (mrsql.php <email protected>)
Date: 07/11/01

HI,
my guess is is that the cookies will be killed the NEXT time you run this
script.

Ken
----- Original Message -----
From: "Brad Lipovsky" <syzme <email protected>>
To: <php-db <email protected>>
Sent: Tuesday, July 10, 2001 11:24 PM
Subject: [PHP-DB] cookie problems

> can anyone help me with this code? i cant believe it wont work, it seems
> pretty simple!
>
> <?php
> setcookie ("logged_in", "logged in", time() - 3600);
> setcookie ("logged_user_name", "logged user name", time() - 3600);
>
> print "$logged_in <br>";
> print "$logged_user_name";
> ?>
>
> brad
>
>
>
> --
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: php-db-unsubscribe <email protected>
> For additional commands, e-mail: php-db-help <email protected>
> To contact the list administrators, e-mail: php-list-admin <email protected>
>
>

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: php-db-unsubscribe <email protected>
For additional commands, e-mail: php-db-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>