Question

I got an error with this line. Could anyone check what's wrong?

64
define('QA_MYSQL_TABLE_PREFIX', 'QA_);

the error message:
Parse error: syntax error, unexpected ''); ' (T_CONSTANT_ENCAPSED_STRING) in /Applications/XAMPP/xamppfiles/htdocs/pujan/qa-config.php on line 69

Answers

Oh wait nevermind I got it

Related Questions