Hiding your MySQL password

wxdqz

New Member
hi all,

i am in need of advice. I was wondering if it is possible to hide the password that you use to log on on to the database your accessing?
eg. mysql_connect($host, $user, $pass); <-- is there a more secure way to do it?
 
Back
Top