Parse error: syntax error, unexpected variable “$keywords”, expecting “)” in C:xampphtdocsinoerp1inoerpengineinstallstepscomplete_install.php on line 89
$keywords = array( ‘ALTER’, ‘CREATE’, “DELETE”, ‘DROP’, ‘INSERT’,
‘REPLACE’, ‘SELECT’, ‘SET’, ‘TRUNCATE’, ‘UPDATE’, ‘USE’
);
i don’t know how to solve it
New contributor
Mohamed Osama is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.