Welcome Guest, Not a member yet? Register   Sign In
insert data into database
#5

[eluser]cinewbie81[/eluser]
Code:
In your database config file do something like this:

<?php
$db['Site1']['hostname']="localhost";
$db['Site1']['username']="adrenalin";
$db['Site1']['password']="SERVERx!z";
$db['Site1']['database']="Site1";
$db['Site1']['dbdriver']="mysql";
$db['Site1']['dbprefix']="";
$db['Site1']['active_r']=TRUE;
$db['Site1']['pconnect']=FALSE;
$db['Site1']['db_debug']=TRUE;
$db['Site1']['cache_on']=FALSE;
$db['Site1']['cachedir']="";
?>

The same thing for Site2, and Site3 also


Messages In This Thread
insert data into database - by El Forum - 01-23-2008, 01:02 AM
insert data into database - by El Forum - 01-23-2008, 01:24 AM
insert data into database - by El Forum - 01-23-2008, 08:27 AM
insert data into database - by El Forum - 01-23-2008, 11:02 PM
insert data into database - by El Forum - 01-24-2008, 01:39 AM



Theme © iAndrew 2016 - Forum software by © MyBB