0 votes
in PHP by
What is the method to register a variable into a session in PHP?

1 Answer

0 votes
by

< in PHP?php  

Session_register($ur_session_var);  

 in PHP?>  

...