Forum Moderators: coopster
echo $_SESSION[$_GET['o']];
and the user types ?o=master_password_of_all_passwords
you're going to echo $_SESSION['master_password_of_all_passwords'];
and that just looks dangerous :-o
Anyway, I hope you get my point.. I would make sure you validate any user input first.