Category Archive for "Syntax Error"

PHP parse/syntax errors; and how to solve them

The Common Syntax Errors in PHP Unexpected T_STRING Unexpected T_VARIABLE Unexpected T_CONSTANT_ENCAPSED_STRING Unexpected $end Unexpected T_FUNCTION Unexpected { Unexpect...

How to Solve the Problem of PHP Errors Not Displaying in the Browser

The Issue When developing a PHP application, it's important to have error reporting enabled and set to the appropriate level in order to catch any syntax errors or other issues th...