06/09/2012
10 Best way to Code in PHP
----------------------------------
01. Befriend the PHP Manual >> check php.net
02. Turn on Error Reporting
03. Try an IDE - it helps in
> syntax highlighting
> code completion
> error warnings
> refactoring (reworking)
04. Always Use
05. Use Meaningful, Consistent Naming Conventions
06. Use Objects
07. Store Passwords with Encryption
08. Destroy the variables after its use.
09. Always use the latest version of php.
10. Reduce the Number of Database Queries