|
the $_GET[] array, along with the $_POST[] array are associative arrays, so the varibles in them are accessed by using the varible name as the key.
i read, that with post and get, if you pass a varible, lets say, called country, you dont need to do $country = $_GET['country']; , you can just use $country am i right?
|