On Fri, 15 Mar 2002, bvr wrote:
:>isset($_COOKIE[$var1 . $var2])
:>isset($HTTP_COOKIE_VARS[$var1 . $var2])  // (for ancient PHP versions)
:>
:>http://www.php.net/manual/en/features.cookies.php
:>
:>or
:>
:>isset(${$var1 . $var2})
:>
:>http://www.php.net/manual/en/language.variables.variable.php
:>
:>bvr.
:>

        Thanks a lot . I'll try it and tell you the result


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

Reply via email to