Re: [PHP] Set Cookie in PHP and call with Perl

2003-07-27 Thread John W. Holmes
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

Re: [PHP] Set Cookie in PHP and call with Perl

2003-07-27 Thread Curt Zirzow
* 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