PHP Syntax Check Tool
Handly Online PHP Syntax Checker
Have you ever wanted to run through your code to check it for syntax errors, but did not want to have to keep uploading the file to your server in order to do this? Since I only have PHP installed on my server, and not on my local PC, I know this would be handy for me!
If you are like me, you spend some time looking for typos and syntax errors after you have developed a new script.
In addition, not all servers are configured to show syntax errors, and so a code error will just give you a blank screen. This can be very frustrating if you are trying to find a misplaced quote or bracket in several lines of code.
I was very happy to find this free PHP syntax tool.
You can simply visit that page, upload your PHP file from your own computer’s hardrive, and then click the “Check This File” button. Or if you would rather, they even let you download their script and install it on your own PHP server.
One Response