A
Anonymous
Guest
I am using the following to create a global variable:
seesion_start();
$_SESSION['xyz']="xyz";
in the beginning of a page. How can I retrieve and work with xyz variable in next page? Will
print $xyz;
work? Thanks
seesion_start();
$_SESSION['xyz']="xyz";
in the beginning of a page. How can I retrieve and work with xyz variable in next page? Will
print $xyz;
work? Thanks