Skip to content
This repository has been archived by the owner on Jun 28, 2023. It is now read-only.

Latest commit

 

History

History
8 lines (7 loc) · 352 Bytes

tips.md

File metadata and controls

8 lines (7 loc) · 352 Bytes

Tips & Tricks

  • Befriend the PHP Manual.
  • Learn the DRY approach.
  • Indent code and use white space properly for readability.
  • Know the differences between single and double quotes.
  • Don't put phpinfo() in webroot.
  • Never ever trust your users.