$database[dbserver]= this is usually 'localhost';
$database[dbuser]= the username of the user which you have set permissions for to access the database;
$database[dbname]= the name of the database to which you wish to connect;
$database[dbpass]= this should be the password you set for the user which connects to the database;
Edit: Apologies. I did not see the above post when I began typing.
|