How do you register one session ?
Answers were Sorted based on User's Feedback
Answer / harjeet
session_register()
e.g.
$user="Username";
session_register("user");
or more preferred way is
$_SESSION['user']="username";
| Is This Answer Correct ? | 11 Yes | 0 No |
Answer / modi[achir communication]
session_register($session_var);
$_SESSION['var'] = 'value';
| Is This Answer Correct ? | 2 Yes | 0 No |
What is the use of ajax in php?
What is session and Cokkies . How it works . tell some thing about Session_id()
What are psrs? Choose 1 and briefly describe it?
Is php a low level language?
Does php require a web server?
how to change the div background color on every refresh..guys can u help me out.
What is inheritance in php?
What is $globals php?
What is the use of final class in php?
What is php variable?
In PHP how many size data can upload by default?
9 Answers Classic Infotech, PG Software,
What is the use of the function 'imagetypes()'?