How session manage in wordpress
Answer / anandmishra
Wordpress does not call session_start() because it wants to
be stateless and if register_globals is defined, it
automatically destroys your $_SESSION.
| Is This Answer Correct ? | 0 Yes | 0 No |
how can i find number of rows in a table using MS Access and php? i used odbc_num_rows($query); but it returned -1.
List types of array are available in php?
What are the different ways to login to a remote server? Explain the means, advantages and disadvantages?
Suppose your Zend engine supports the mode <? ?> Then how can u configure your PHP Zend engine to support <?PHP ?> mode ?
1 Answers Rushmore Consultancy,
Tell me what sized websites have you worked on in the past?
How to take a substring from a given string in php?
what is the difference between GET,POST and REQUEST in php
How to get total number of elements used in array?
How to access a global variable inside a function?
What is the sign to start variables in PHP?
This question is regarding version control. If two developers are committing the same php file at same time what will happen ? What error it will show (if any) ?
How easy is php?