try this:

print "<pre>";
print_r ($_POST);
print "</pre>";

do you see nome in there? I think the reason $senha has a value in it
is md5 gives you a string even if you pass it a blank value.


I would use these 2 variables $_POST['nome'] and $_POST['senha']

also look at register_globals on the php.net website.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to