Parse error: syntax error, unexpected 'DB_USER' (T_STRING)
-
Since 4 days I’m trying but no chance:
my code looks like this.
What is wrong???define(‘DB_NAME’, ‘schirni2015’);
define(‘DB_USER’, ‘schirni2015’);
define(‘DB_PASSWORD’, ‘******’);
define(‘DB_HOST’, ‘localhost’);
define(‘DB_CHARSET’, ‘utf8’);
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Parse error: syntax error, unexpected 'DB_USER' (T_STRING)’ is closed to new replies.