TWSC HQ wrote:
Is this possible :
How do i call the cookie value (surname) with Perl if it was set with PHP?
Yes, a cookie is still a cookie no matter where it's set. Ask on a Perl
list how you read cookies.
--
---John Holmes...
Amazon Wishlist: www.amazon.com/o/registry/3BEXC84AB3A5E/
PHP|Archi
* Thus wrote TWSC HQ ([EMAIL PROTECTED]):
> Hi there -
>
> Is this possible :
> How do i call the cookie value (surname) with Perl if it was set with PHP?
>
> SAMPLE:
>
> PHP Cookie set:
>
> setcookie("surname", "mc Seveney", time()+31536000, "/","",0);
> ?>
>
> Need to call this cookie wit
2 matches
Mail list logo