How to check whether cookies are disbled or not in the
browser ? If that is the case how do you handle the
sessions ?
Answer / srikanth
If output exists prior to calling this function, setcookie()
will fail and return FALSE. If setcookie() successfully
runs, it will return TRUE. This does not indicate whether
the user accepted the cookie.
http://in2.php.net/manual/en/function.setcookie.php
| Is This Answer Correct ? | 2 Yes | 1 No |
Can php run without apache?
What is $_ get?
Explain the difference between urlencode and urldecode?
Is php a web server?
Tell me how is it possible to parse a configuration file?
Which cryptographic extension provide generation and verification of digital signatures?
how to extract month from given date by using string functions?
What is difference between array_merge and array_combine in php?
What is php call function?
How many escape sequences are recognized in double-quoted strings in php?
Tell me what is the main difference between php 4 and php 5?
Do you know how can we check the value of a given variable is a number?