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

2003-07-28 Thread TWSC HQ
Hi -

Sorry - by caling I meant to echo the cookie value on a .pl page - and
include it (the cookie value)then in an email.

Any help would be appreciated because the PERL list people said I must try a
PHP list -

Thanks
August

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 with a .pl extension file (perl)




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



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

2003-07-28 Thread Jason Wong
On Monday 28 July 2003 13:52, TWSC HQ wrote:

 Sorry - by caling I meant to echo the cookie value on a .pl page - and
 include it (the cookie value)then in an email.

 Any help would be appreciated because the PERL list people said I must try
 a PHP list -

A cookie is a cookie regardless of what mechanism was used to set/create it.

Just ask on the perl list how to read a cookie (no need to mention php).

-- 
Jason Wong - Gremlins Associates - www.gremlins.biz
Open Source Software Systems Integrators
* Web Design  Hosting * Internet  Intranet Applications Development *
--
Search the list archives before you post
http://marc.theaimsgroup.com/?l=php-general
--
/*
Our business is run on trust.  We trust you will pay in advance.
*/


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



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

2003-07-28 Thread Jeff Harris
On Jul 28, 2003, Jason Wong claimed that:

|On Monday 28 July 2003 13:52, TWSC HQ wrote:
|
| Sorry - by caling I meant to echo the cookie value on a .pl page - and
| include it (the cookie value)then in an email.
|
| Any help would be appreciated because the PERL list people said I must try
| a PHP list -
|
|A cookie is a cookie regardless of what mechanism was used to set/create it.
|
|Just ask on the perl list how to read a cookie (no need to mention php).

Or, you could do a web search and find
http://perl.about.com/library/nosearch/P031400.htm

A perl list would be better for all your perl needs, but I think you'll
find the PHP people, in general, when you don't repeat your original post
every day, and you follow the suggestions, and post relevant portions of
your code, and wrap your messages correctly, and don't ask a question that
was just asked by someone else, and don't send UCE, and aren't a troll, to
more helpful.

Jeff
-- 
Registered Linux user #304026.
lynx -source http://jharris.rallycentral.us/jharris.asc | gpg --import
Key fingerprint = 52FC 20BD 025A 8C13 5FC6  68C6 9CF9 46C2 B089 0FED
Responses to this message should conform to RFC 1855.



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php