|
| Total Answers and Comments: 4 |
Last Update: July 16, 2009 Asked by: krr_r25 |
|
| | |
|
Submitted by: Biswajit769 session_register() is used for register one or more global variables with the current session. While $_SESSION[] array is used for storing one or more variables with in theĀ current session array. session_register() depends upon register_global is enable or disable, If it disable it will not work.
Above answer was rated as good by the following members: birajghosh | Go To Top
|