A
Anonymous
Guest
Hi,
In my first page, i have this code :
$name = "Name";
session_start();
session_register('User');
$User = $name
$sessionID = session_id();
header("Location:http://www.mysite.com/sms.php?PHPSESSID=$sessionID");
And on the other page, i tried to retrive the variable $User which i don't know how to. Can someone tell me how can i retrive the variable ?
Thanks
In my first page, i have this code :
$name = "Name";
session_start();
session_register('User');
$User = $name
$sessionID = session_id();
header("Location:http://www.mysite.com/sms.php?PHPSESSID=$sessionID");
And on the other page, i tried to retrive the variable $User which i don't know how to. Can someone tell me how can i retrive the variable ?
Thanks