How can we know that a session is started or not?
Answer Posted / rahul
on head of the page we have to write
session_start();
statement.
| Is This Answer Correct ? | 3 Yes | 9 No |
Post New Answer View All Answers
What's php?
What are the advantages of triggers in php?
Can we use include ("xyz.php") two times in a php page "index.php"?
What is the delimiter default in PHP?
What is php and how do you use it?
Tell me will a comparison of an integer 12 and a string "13" work in php?
Should I learn php before wordpress?
Tell me what does the array operator '===' means?
Which is best framework for php?
What is interface? Why it is used?
Explain the difference between unlink() and unset()?
Explain me differences between get and post methods?
What is active record in php?
Explain about objects in PHP?
What is the purpose of $_ session?