Hi,


Is it possible to send a already hashed password on mysql_connect? Usually
when I use mysql_connect (host, user, password), for example
mysql_connect("myhostaddres", "userabc", "12345"), I use a text password. I
tried to hash a password and then sent it but my connection failed.



Is this possible? Any Ideas?



Thanks.



Andre Matos

[EMAIL PROTECTED]

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

Reply via email to