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 filter_var?
How many columns can be added in a table in mysql?
Is salary a ratio or interval?
Is polymorphism inherited?
What is difference between count or sizeof function in php?
How do you connet mysql database with php?
How to assigning a new character in a string?
What is the basic function to search files for lines (or other units of text) that contain a pattern.
What are php expressions?
What is binary safe function in php?
What is the difference between pop3 IMAP and MAPI?
What does nan stand for computer science?
Write a program in php to check whether a number is prime or not?
Which is a perfect example of runtime polymorphism?
Tell us how to redirect a page in php?