Skip to content
Advertisement

Parse error: Syntax error, unexpected end of file in my PHP code

I got an error:

JavaScript

With this code:

JavaScript

What’s the problem?

Advertisement

Answer

You should avoid this (at the end of your code):

JavaScript

and this:

JavaScript

You shouldn’t put brackets directly close to the open/close php tag, but separate it with a space:

JavaScript

also avoid <? and use <?php

User contributions licensed under: CC BY-SA
9 People found this is helpful
Advertisement