Balaji Ankem wrote:

><? print_r($_COOKIE); ?>
>
>It is giving error saying call to undefined function _r();
>

That's weird. Maybe you have a space between print and _r? The function 
is print_r() with no spaces.

>And Setcookie in php is not conforming to the RFC2109.
>

In what way? Remember that the setcookie() function itself does not need 
to conform to any syntax guidelines. Only the resulting HTTP header must 
conform to specifications such as those described in RFC 2109.

Chris


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

Reply via email to