Tell me how to initiate a session in php?
Answer / Arnab Ghosh
"To initiate a session in PHP, you can use the following code:
```php
session_start();
```"
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between == and === operator in PHP?
what is constructor in a class, how it is work, how it is call?
How to read a file in binary mode?
How to read one character from a file?
Is php object oriented?
How cookies are trported from browsers to servers?
Why is php so popular?
How to move uploaded files to permanent directory?
Is polymorphism inherited?
Describe the importance of DABA BASE ABSTRACTION LAYERS in PHP and database connection?
What is the apache?
What is die in php?