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
How to write comment in php?
What software is required for php?
How to test if a variable is an array?
Tell me can the value of a constant change during the script's execution?
What is the functionality of the functions strstr() and stristr()?
Which are the best start and end tags to use?
What are properties in php?
What is difference between web service and api?
Which software is used to run php programs?
Explain Traits in PHP?
What distinguishes php from something like client side java script?
Which method do you follow to get a record from a million records? (Searching not from database, from an array in php)?
How can we submit form without a submit button?
What is mysql_fetch_row?
What are the differences between php constants and variables?