I'd like to have a database connection php file that would work with both localhost and in the webserver. I was think doing like "try to connect with the webserver host, pw and user, else connect with localhost credentials. If none of this work, die();
Can anyone help me doing this (using mysql)?