TalkPHP

TalkPHP (http://www.talkphp.com/forums.php)
-   Absolute Beginners (http://www.talkphp.com/absolute-beginners/)
-   -   session query? (http://www.talkphp.com/absolute-beginners/1784-session-query.html)

Blackbrain 12-21-2007 01:19 PM

session query?
 
Hey could somebody tell me the difference between:

Code:

session_register("varname");
and

Code:

$_SESSION["varname"];
I have read in some websites, that using the $_SESSION is better than session_register. Why? and what are the drawbacks of both of them.

Karl 12-21-2007 01:44 PM

session_register was deprecated and using $_SESSION is the preferred method.


All times are GMT. The time now is 01:37 AM.

Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0