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 |
I need to know about the courses which are useful in corporate companies.. especially php/mySQL, Java/j2ee, .NET.. also tell if any other courses are valuable
how to retrieve from database..... this format (PRMRMDU402). firstname= prabhu, lastname=kumar, city=madurai, pincode=624402.... i want first name first two letters and last name last two letters ... city first two letters ... pin code last three letters....
what is mean by portal
What is the difference between explode () and split () functions in php?
How to set a page as a home page in a php based site?
What are the different tables(engine) present in mysql, which one is default?
Why do we use csrf token?
What is the difference between htmlentities() and htmlspecialchars()?
What is the difference between get & post ?
How can we check the value of a given variable is a number?
How can you encrypt password using php?
What is the functionality of md5 function in php?