How do I create a variable from a session variable in php?

  • Thread starter Thread starter Thomas
  • Start date Start date
T

Thomas

Guest
I create the session variable from $account_type using session_register('account_type"); but I cannot receive it from other pages! How do I recreate the variable on another page from the session variable, or how do I use it to see if it equals administrator or user?
 
Back
Top