How to check whether cookies are disbled or not in the
browser ? If that is the case how do you handle the
sessions ?
Answer Posted / 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 |
Post New Answer View All Answers
Is php open source?
How can we calculate the similarity between two strings?
What are the disadvantages of php?
How does php isset work?
What is strcmp () in php?
What is the use of Php variables?
What is php date function?
How big is nvarchar max?
Explain the difference between array_merge() and array_combine()?
What does php exit do?
When sessions ends?
Which is correct about mysqli and pdo?
How to use http headers inside php?
What is split function in php?
What is variable function php?