new to php need some help

Status
Not open for further replies.

wolfen64

New Member
Messages
3
Reaction score
0
Points
0
i have a zip file that i need to open (done this) and edit before i can up load the files but i am unsure of what to put in these areas


/** Complete your database info below and then run the yourdomain.com/install/ **/
/**************** DATABASE MODIFICATION SECTION ****************/
$server = "localhost"; // Server Host
$DBusername = "root"; // Database Username
$DBpassword = ""; // Database Password
$database = "league"; // Database Name

Some help would be great thanks
wolfen64
 

nigel91

New Member
Messages
43
Reaction score
0
Points
0
localhost stays as it is, as long as your database is on the same server.

Username is your username for your mysql and password is the pass.

and the database name is the name of your database... obviously.
 

Thewinator

New Member
Messages
256
Reaction score
0
Points
0
That is if you have created one.
You can create it in your cPannel>mySql databases
 
Status
Not open for further replies.
Top