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 is get method in java?
Tell me what are magic methods?
Is gender a dependent variable?
What is php oops concepts?
Can I learn laravel without php?
How to convert a timezone from one to another ?
Is there any function to find repeated value in an array? What is w2 standard
How to pad an array with the same value multiple times?
How can we access the data sent through the url with the post method?
Tell me how can we connect to a mysql database from a php script?
What is the difference between apache vs niginx?
I have 10 elements of Array, how can i remove 5 array element, with single function.