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 |
write a program to print [123] [456] [789] note : braces also need to be printed
Explain the three different kinds of Arrays?
How many php functions are there?
how can i upload only pdf files in my website? files has not a pdf extension mantioned
Is empty array php?
How we load all classes that placed in different directory in one php file , means how to do auto load classes.
i m a B.E,passed out few yrs bak failed to find good job due to less marks now thinkin of a career as PHP developer. is it a lucarative field and wat r career prospects; hv heard dat initial salary is very less bout 6k also most jobs r contrct jobs.pls guide me need ur valuable advice.pls hellppp!! thnx..
With a heredoc syntax, do I get variable substitution inside the heredoc contents?
Where can I learn php?
Explain soundex() and metaphone().
"$this" what type of object it is?
What is the difference between die () and exit () in php?