Justtechjobs.com Find a programming school near you






Online Campus Both


php-db | 2001051

Re: [PHP-DB] Cookie effect From: Ashley M. Kirchner (ashley <email protected>)
Date: 05/11/01

On Fri, 11 May 2001, David Balatero wrote:

> I have a login script that sets a cookie on your hard drive...the only
> problem is, the cookie only comes into effect after I've clicked thru to
> another page from login.php...any ideas on this? My (abridged) code is
> currently:
>
> <?php
> header("Set-Cookie: LoggedIn=1; path=/;");
> header("Set-Cookie: GHSUserName=$username; path=/;");
> header("Set-Cookie: GHSUserID=$user_id; path=/;");
> ?>

        Read:

        http://www.php.net/manual/en/function.setcookie.php

        Cheers.

-- 
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>