boionfire81 Posted July 28, 2016 Posted July 28, 2016 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? Quote
G7470 Posted July 28, 2016 Posted July 28, 2016 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 1 Quote
boionfire81 Posted August 3, 2016 Author Posted August 3, 2016 Thanks! That had me stumped, lol! Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.