Your Ad Here

Home » CodeIgniter, Database »

1

in the file at : application\config\database.php.

we have to configured the database connection.


$db['default']['hostname'] = “”; // Host Name
$db['default']['username'] = “”; // User Name
$db['default']['password'] = “”; // Password
$db['default']['database'] = “”; // Database Name
$db['default']['dbdriver'] = “”; // Databse driver.


when we configured we can connect to the database.


You may like these posts

    How to write SEO friendly urls in CodeIgniterCreate thumbnail images in codeIgniterHow to implement graphs using fusion charts and phpMulti-language support for web application with MySql and PHP

 

1 Comment

Leave a Reply