what is the importence of session.save_path in Php.ini file
and wht changes u've to made before using sesssions in ur
php program first time?
Answer Posted / palaniraja.wordpress.com
wht changes u've to made before using sesssions in ur php
program first time?
session_start();
and you have to be sure that no data was sent to client else
it would through an error.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the use of isset() in php?
Tell me what is the use of mysql_real_escape_string() function?
Can I write php code in html file?
Is php free to use?
Explain some of the php string functions?
How can I prevent sql-injection in php?
How to set cookies in PHP?
Why do you need php?
What is regular expression in javascript?
Why session is required?
How to check whether a number is prime or not?
What are interfaces in php?
What is the alternative structure for control structures?
What is the function of trim?
How can you send http header to the client in php?