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 are php errors?
What does the scope of variables means?
Explain how to submit form without a submit button.
What is the php function that removes the last element of the array and returns it?
Which PHP function would you use to send an email?
What types of MYSQL function available for affecting columns
What is super keyword in php?
What does namespace mean in php?
Why is PHP-MySQL frequently used for web (Portal) Development?
5 Answers T3 Softwares, Wipro,
How to add a cookie?
What is $_session in php?
How to run the interactive php shell from the command line interface?