That´s it Richard.
I know POST, but i have seen tousand of websites using GET, where the PHP variables can´t be understood by the user. Plus, my aplication use something like that, and i still don´t know how can i do hidde this information.
if (case_one) {
header('location:' . 'page_one.php?usuario=$user&password=$password');
}
else {
header('location:' . 'page_two.php?user=$user&password=$password');
}
So, how can this be done?
And i will not use frames, javascript or any other resource: just html and php.
Richard A. Rijnders wrote:
He said that there is some reason that he does not wish to, or can't use post. The answer was given relative to his question, not your preference.