adspace
Answer Posted / Rajiv Singh Chaudhary
To start a PHP session, use the `session_start()` function at the beginning of your script. Make sure to call this function before any output is sent to the browser. Here's an example:nn```phpn<?phpn session_start();n// Your code here...n```
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Tell me what kind of things have you done on the social side?
What does $_files means?
What is difference between static and final in php?
Which variable declarations within a class is invalid in php?
What sized websites have you worked on in the past?
What is trait in php?
hello all, I need some sample placement papers in lion bridge.. can anyone help me?
What is the current stable version of php?
how to detect a mobile device using php
Name and explain five of the PHP error constants?
How to create a web form?
Write a program using while loop?
How to calculate the difference between two dates using php?
What is the difference between htmlentities() and htmlspecialchars()?
How can we extract string "pcds.co.in" from a string "https://info@pcds.co.in" using regular expression of php? More on reg can you explain