Hello forums! I am curious about some questions. what happens when the session name and the $_POST vars or $_GET vars names are same. ie $_SESSION['sess_name'] = "xyz";
$_GET['sess_name'] = "abc" ; Thanks in advance to all of you.
Habtom
4:51 am on Jun 27, 2007 (gmt 0)
May be you are not expecting a response as short as this, but they are two different, and the values don't over ride each other. Try the following: