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 |
What does accessing a class via :: means?
Tell us what is the difference between session_unregister() and session_unset()?
Why print_r is used in php?
What is traits? How it is used in php?
Which is variable cost?
Name some of the constants in php and their purpose.
How can we connect to a mysql database from a php script?
Is php good for career?
List some features of php that are deprecated in php
What is php how it works?
What is php string function?
Are there regular expressions in php?