I can't seem to wrap my head around this one. Can anyone suggest a solution? What m I missing here? Any suggestions would be greatly appreciated.
This is the error message I get when I try to access my domina
Parse error: syntax error, unexpected T_STRING in /mnt/w1001/d13/s42/b02caab4/www/myalbanians.com/include/config.php on line 7
LINE 7 IS $config['baseurl'] = 'www.myalbanians.com';
<?
session_start();
$config = array();
// Begin Configuration
$config['basedir'] = '\www\myalbanians.com\';
$config['baseurl'] = 'www.myalbanians.com';
$DBTYPE = 'mysql';
$DBHOST = 'xxxxxxxx';
$DBUSER = xxxxxxxxxx;
$DBPASSWORD = xxxxxxx;
$DBNAME = 'xxxxxxxx';
// End Configuration