I tested a website at a new server.
And I couldn't pass any vars.
For example:
<?php echo $_GET['test'];?>
using some link like
www.server.com/test.php?test=testing
doesn't give me any results.
The server admin's i'm (maybe) about to start using, gave me an anwser like:
"register_globals is turnned off for security reasons."
It's the first time this shit happens to me.
Is it true??
If it is how can i pass vars from one page to another?
Just want to check with you guys before send the server admin take a walk.
Just to confirm i changed at my computer register_globals to off and still managed to pass vars