Answers

Question and Answer:

  Home  PHP

⟩ How can we register the variables into a session?

session_register($session_var);

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

 164 views

More Questions for you: