php-db | 2004071
Date: 07/01/04
- Next message: Rinku: "[PHP-DB] How to take Backup ?"
- Previous message: Sukanto Kho: "[PHP-DB] cookie issue"
- In reply to: Sukanto Kho: "[PHP-DB] cookie issue"
- Next in thread: Sukanto Kho: "Re: [PHP-DB] cookie issue"
- Reply: Sukanto Kho: "Re: [PHP-DB] cookie issue"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
--- Sukanto Kho <starofflame <email protected>> wrote:
> Hi All,
>
> Do cookie variable has cookie_id and how to call it?
How you set the cookie?
It will be available as $_COOKIE['COOKIE_NAME'];
>
> Is Cookie_id same for 1 PC ?? or just in 1 browser??
It is vaid for the pc but expire time applicable.
>
> How to avoid cookie not passed if using redirecting
> header(location:"")...sorry if I ask this
Cookies stored on the client machine. If you do not
want to use them simply set them with no value.
See manual of setcookie() for more details.
> before...but still havent get any suggestion.
No Problem. You are welcome.
Zareef Ahmed
>
> Thanx
> Flame
>
=====
Zareef Ahmed :: A PHP Developer in Delhi(India).
Homepage :: http://www.zasaifi.com
__________________________________
Do you Yahoo!?
New and Improved Yahoo! Mail - 100MB free storage!
http://promotions.yahoo.com/new_mail
-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
- Next message: Rinku: "[PHP-DB] How to take Backup ?"
- Previous message: Sukanto Kho: "[PHP-DB] cookie issue"
- In reply to: Sukanto Kho: "[PHP-DB] cookie issue"
- Next in thread: Sukanto Kho: "Re: [PHP-DB] cookie issue"
- Reply: Sukanto Kho: "Re: [PHP-DB] cookie issue"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

