I’m a newbie to PHP. I’m having a problem with assigning normal variable’s value to session variable.
Supppose I’ve a variable $abc=28; and I want to assign this variable to $_SESSION[] array then how to achieve this? Thanks in advance.
I’m a newbie to PHP. I’m having a problem with assigning normal variable’s value
Share
assign value to session:
retrive session value: