Visit our site: Vist and Get Free Gifts

Learn To Build: Configuration Code for MySql In php

Visit our site: Vist and Get Free Gifts

Visit our site: Vist and Get Free Gifts

Friday, July 18, 2014

Configuration Code for MySql In php

<?php
// db constants
defined('DB_SERVER') ? NULL : define("DB_SERVER", 'localhost');
defined('DB_USER') ? NULL : define("DB_USER", 'root');
defined('DB_PASS') ? NULL : define("DB_PASS", '');
defined('DB_NAME') ? NULL : define("DB_NAME", 'DataBase Name');
 ?>

Labels:

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home