Basic PHP Programming Question:

Download Job Interview Questions and Answers PDF

How can we register the variables into a session?

PHP Interview Question
PHP Interview Question

Answer:

session_register($session_var);

$_SESSION['var'] = 'value';

Download PHP Interview Questions And Answers PDF

Previous QuestionNext Question
How come the code works, but does not for two-dimensional array of mine?What is the difference between characters 23 and x23?