bogdaniel Posted February 14, 2010 Share Posted February 14, 2010 hello i`m having a small question actually a problem for me because i`m not sure on what..should i use. when you build a user system and after you check the credentials for the user you create a session ok. but what should i use session_register or $_SESSION? Quote Link to comment https://forums.phpfreaks.com/topic/192066-user-system/ Share on other sites More sharing options...
Alex Posted February 15, 2010 Share Posted February 15, 2010 $_SESSION, as session_register is depreciated as of PHP 5.3.0 and removed as of PHP 6.0.0. Quote Link to comment https://forums.phpfreaks.com/topic/192066-user-system/#findComment-1012456 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.