Skip to content

Parse Errors

Parse errors occur when PHP cannot understand the syntax of the code.

if ($a == 10
echo "Missing parenthesis";