Friday, November 7, 2008

How can we register the variables into a session?

How can we register the variables into a session?

session_register($session_var);$_SESSION['var'] = 'value';

No comments:

How to solve mysql ERROR 1118 (42000) Row size too large

  I had this issue with MYSQL 5.7 . The following worked althoug...