I'm having a little trouble understanding the mysql_connect and putting the user, passwd, database in a file outside of the web root. Can someone explain this to me like i'm 2 :)
mysql_connect establishes the connection to the db, and the way I understand it is..I can put the username and password of this connection in a file in the PHP/Includes folder so it is not in my webroot, but what to name it and how to use it are a little confusing to me. Can someone help in newbie terms?
Thanks