Hi,
I have a database in mysql and I connect with this database with using PHP.
I would like to hide or code user name and
password sending in mysql_connect function.
How to make mysql_connect function secure and how to send password and login in invisible mode ?
Greetings