I start a project with an old PHP version with register globals on i just forgot the old $POST[], $GET[], $_SESSION[] syntax how can i reference these kind of variables in older php versions?
$HTTP_POST_VARS['your_key']
thank“s a lot! Greetings