PDA

View Full Version : I need help on the webpost


safersephiroth
12-20-2003, 04:24 PM
What do i put in these fields


$dblink = "localhost"; // Host
$dbuser = "dbusername"; // Username
$dbpw = "dbpassword"; // Password
$dbname = "webpost2"; // Database
$dbprefix = "ts2_"; // Prefix for tables

Cause i put in information and it did not work. it shows i put nothing in.

Ghryphen
12-21-2003, 08:02 PM
You need to setup a database on your website, once you have done that the information should be obvious. The name and password and dbname are usually the only things that need to be modified.