Wanted to know a good method to hiding important Datebase login info when created a public script. For example most scripts will have you do something like
$DBname="test";
$user="blah";
$passwd="blahblah";
And all you need to do is look at the source and now we know who the host is and the database login info. I have read about some ways but they seem for more advance users and im far from that. Any help will be nice. Thanks.