mitchell
09-10-2007, 06:04 PM
What!!
i think it is what im typing in here as this is the line with the error:
$this->connection = mysql_connect(DB_SERVER, DB_USER, DB_PASS) or die(mysql_error());
mysql_select_db(DB_NAME, $this->connection) or die(mysql_error());
could someone give me an EXAMPLE of what should be put the areas here.
i will be so gratefull
i think it is what im typing in here as this is the line with the error:
$this->connection = mysql_connect(DB_SERVER, DB_USER, DB_PASS) or die(mysql_error());
mysql_select_db(DB_NAME, $this->connection) or die(mysql_error());
could someone give me an EXAMPLE of what should be put the areas here.
i will be so gratefull