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");
?>
- Re: Password security Philippe Louis Houze
- Re: Password security B. van Ouwerkerk
- Re: Password security oltra jean-michel
- RE: Password security Johnny Withers
