Hi,

How do you keep MySQL password out of view of "visitors" when needed in PHP to access 
the db. The password is in plain english in all the php files, and can be easily 
downloaded by anyone.

Philippe

ex:

<? mysql_connect("host", "user", "password");
 mysql_select_db("database");
?>

Reply via email to