This page has been optimized for printing

PHP Guides

Please note that these pages are under construction.

Since you are likely to be using PHP as your website's scripting engine it is helpful to know the basics so that when things go wrong you are not left in the dark. Below are some basic guide on the language and it's usage.

  • What is PHP?
  • Basic PHP syntax.
  • How to see errors (why do I get a white/blank page?)
  • Protecting against XSS attacks (Security)
  • Protecting against SQL Injection (Security)