Basic PHP Programming Question:
Download Job Interview Questions and Answers PDF
How can we know that a session is started or not?
Answer:
A session starts by session_start() function.
This session_start() is always declared in header portion. it always declares first. then we write session_register().
This session_start() is always declared in header portion. it always declares first. then we write session_register().
Download PHP Interview Questions And Answers
PDF
Previous Question | Next Question |
What is the difference between GROUP BY and ORDER BY in SQL? | What are the differences between mysql_fetch_array(), mysql_fetch_object(), mysql_fetch_row()? |