View Single Post
  #3 (permalink)  
Old 24-04-2007, 20:21
hairyfreak hairyfreak is offline
Member
 
Join Date: Apr 2007
Posts: 61
Default

$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.
Reply With Quote