samansk
Technical User
- Dec 7, 2000
- 44
When I write php code to connect to MySQL like this
<?
mysql_connect('localhost','useranme','password');
Have the best way to hide or encrype user name and password in this case.?
<?
mysql_connect('localhost','useranme','password');
Have the best way to hide or encrype user name and password in this case.?