Labs
Assignments
Resources
- Syntax Checker - If your page is blank when you access it via a web-browser, that is usually an indication that you have a syntax or runtime error. If this occurs only when you access a particular part of your website, that indicates that it is probably a runtime error related to code that is only executed for the pages that do not work. This tool can help find syntax errors, but does not help with finding runtime errors (like calling a function that is not defined - due to a typo)
- System Log - This page allows you to access the system logs that you do not have access to, which can be helpful in debugging your code (especially if you end up with a blank page that requires a form submission to get to). This will also inlcude PHP warnings that you should identify and fix for best-coding practicies