How can I secure my username and password? In 1 of my files, it contains
the following:

    $conn = mysql_connect( "12.34.56.78", "username", "password");
    mysql_select_db("database",$conn);

What should I do, so people can't get this information?

Duky


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]


Reply via email to