Skip to content

Instantly share code, notes, and snippets.

@nikartx
Created July 13, 2015 01:34

Revisions

  1. nikartx created this gist Jul 13, 2015.
    6 changes: 6 additions & 0 deletions db_config.php
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,6 @@
    <?php
    define('DB_USER', "root"); //login DB
    define('DB_PASSWORD', ""); // password DB
    define('DB_DATABASE', "DataBaseName"); // name DB
    define('DB_SERVER', "127.0.0.1"); // server IP
    ?>