How can you see the type of variables: POST, GET, cookie, other?, after running var_dump($_REQUEST)
strong>
Ben şu çalıştırın
start_session();
--- other code here --
var_dump($_REQUEST);
Bana verir
array(3) { ["login"]=> string(0) "" ["sid"]=> string(32) "b3408f5ff09bfc10c5b8fdeea5093d3e" ["PHPSESSID"]=> string(32) "b3408f5ff09bfc10c5b8fdeea5093d3e" }