I curently keep all my MySQL login information in one file, called db.php, and I access it from my PHP documents using an include statement. My concerns are that anybody with a program that can open a URL (such as many HTML editors) could track down my MySQL login information and wreak havoc on my database. Is there a way to prevent this?