shan_emails has asked for the wisdom of the Perl Monks concerning the following question:

This node falls below the community's minimum standard of quality and will not be displayed.

Replies are listed 'Best First'.
Re: how to call jquery cookie element in php page
by almut (Canon) on Feb 20, 2010 at 11:23 UTC
    Please guide me where i made mistake.

    You've posted in the wrong forum ;)

Re: how to call jquery cookie element in php page
by Anonymous Monk on Feb 20, 2010 at 17:59 UTC
    You need to find and learn a basic HTTP/CGI tutorial, no CGI can read cookies until they are sent to the CGI
Re: how to call jquery cookie element in php page
by cdarke (Prior) on Feb 20, 2010 at 18:08 UTC
    But echo statement is not executed

    How do you know that? Does the key "url" exist in the associative array $_COOKIE (try array_key_exists()) or is it just empty?

    You should be asking this on a PHP site not this one (although I don't know of a PHP equivalent). If you wrote the code in Perl then maybe you would get lots more help.