php-db | 2001071
Date: 07/11/01
- Next message: Ken Sommers: "Re: [PHP-DB] cookie problems"
- Previous message: Ken Sommers: "[PHP-DB] Fw: Referential Integrity"
- Next in thread: Ken Sommers: "Re: [PHP-DB] cookie problems"
- Reply: Ken Sommers: "Re: [PHP-DB] cookie problems"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Ken Sommers: "Re: [PHP-DB] cookie problems"
- Previous message: Ken Sommers: "[PHP-DB] Fw: Referential Integrity"
- Next in thread: Ken Sommers: "Re: [PHP-DB] cookie problems"
- Reply: Ken Sommers: "Re: [PHP-DB] cookie problems"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

