Session
Posted: Wed Jun 13, 2007 5:15 am
Hello,
I saw this code in the web,
In the above code, ClientID is different from $ClientID? What is the purpose of registering? Is it any different from $_SESSION['ClientID']=$client_id?
Thanks
I saw this code in the web,
Code: Select all
session_register("ClientID");
$ClientID=$client_id;Thanks