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 |
Explain the importance of the function htmlentities.
What are the reasons for selecting lamp (linux, apache, mysql, PHP) instead of combination of other software programmes, servers and operating systems?
What is the difference between php and core php?
Which is the correct way to check if a session has already been started ?
Which operator is used to combine string values in php?
Explain whether it is possible to share a single instance of a memcache between multiple php projects?
What are the encryption techniques in php?
What language is php written in?
How we load all classes that placed in different directory in one php file , means how to do auto load classes.
How to access a Static Member of a Class in PHP?
What is variable give example?
What is the difference between characters 23 and x23?