I have several PHP files that connect to the database. In each file, I connected to the database by typing in the connection parameters. I now want to create a file that is nothing but the connection parameters, so I have done this, and named it "db.php".
Now, how do I make it to where the other files use this DB connection file? Is it "include('db.php')" or "require('db.php')"?
Thanks,
Radon3k