Jump to content
MakeWebGames

Recommended Posts

Posted

So, running every single page through phpcodechecker.com and my gym page is giving this:

PHP Syntax Check: Parse error: syntax error, unexpected '>' in your code on line 1

 

if($ir['strank'] [100] <=> [51])

 

I really do not see the error?

Posted

On phpcodechecker, it is probably not using PHP 7 when validating the syntax, so it thinks <=> is an invalid comparison operator even though in PHP 7 it is valid.

~G7470

  • Like 1

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...