SyntaxFix
Write A Post
Hire A Developer
Questions
Such kind of error normally happens when you try using functions like php_info() wrongly.
<?php php_info(); // 500 error phpinfo(); // Works correctly ?>
A close look at your code will be better.