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
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:
Need to call this cookie with a .pl extension file (perl)
thanks
August
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.p
3 matches
Mail list logo