Help please

Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING on line 48

'mysql_host' => $_CONF['db']['localhost'],
			'mysql_user' => $_CONF['db']['xxxxxxx'],
			'mysql_pass' => $_CONF['db']['xxxxxxx'],
			'mysql_name' => $_CONF['db']['xxxxxxx'],
			'mysql_prefix' => (isset($_CONF['db']['prefix']) ? $_CONF['db']['prefix'] :'' ),
		);

Recommended Answers

All 2 Replies

Member Avatar for diafol

this isn't the full code is it? looks like part of an array to me. Where's the start of it?

Give the whole code please :)

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.