
August 27th, 2005, 04:03 AM
|
|
|
|
Join Date: Apr 2007
Posts: 6
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
need help with database on phauction2.1
yes hi i rarley use sql and i was confused what the script was asking me for database infromation. can someone tell me how to set it properly.//--Set the variables below according to your system configuration
$DbHost = "localhost"; // The host where the MySQL server resides
$DbDatabase = "dbname"; // The database you are going to use
$DbUser = "username"; // Username
$DbPassword = "password"; // Password
|