php-db | 2001071
Date: 07/11/01
- Next message: Dobromir Velev: "Re: [PHP-DB] PHP4 + interbase = bug?"
- Previous message: Brad Lipovsky: "[PHP-DB] cookie problems"
- In reply to: Brad Lipovsky: "[PHP-DB] cookie problems"
- Next in thread: Tom: "Re: [PHP-DB] cookie problems"
- Reply: Tom: "Re: [PHP-DB] cookie problems"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Dobromir Velev: "Re: [PHP-DB] PHP4 + interbase = bug?"
- Previous message: Brad Lipovsky: "[PHP-DB] cookie problems"
- In reply to: Brad Lipovsky: "[PHP-DB] cookie problems"
- Next in thread: Tom: "Re: [PHP-DB] cookie problems"
- Reply: Tom: "Re: [PHP-DB] cookie problems"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

