What Is session_register() in PHP

Q

What Is session_register() in PHP?

✍: FYIcenter.com

A

session_register() is old function that registers global variables into the current session. You should stop using session_register() and use array $_SESSION to save values into the current session now.

 

Working with MySQL Database in PHP

Closing a Session Properly in PHP

Understanding and Using Sessions in PHP

⇑⇑ PHP Tutorials

2016-10-22, 3297🔥, 0💬