Techtites Daily: Tip Thursday

This one is for PHP developers out there. I started getting my hands dirty with PHP about a year and half back when I started developing WordPress plugins and themes.

Given my little exposure, I’ve still got a long way to go to even call myself a “PHP Developer”. And hence this article is ideal for me. Not just me, but I think even experienced PHP coders need to keep the 10 points listed there in mind.

To summarize, the top 10 mistakes are:

  1. Not escaping entities
  2. Not Escaping SQL input
  3. Wrong use of HTTP-header related functions: header(), session_start(), setcookie()
  4. Requiring and including files using untrusted data
  5. Syntax errors
  6. No or little use of Object Orientation
  7. Not using a framework
  8. Not knowing about existing functionality
  9. Using old PHP versions
  10. Double escaping quotes

Read the article for more details »

Subscribe to the Feed

Liked this article? Subscribe to site feedSubscribe to the Feed, subscribe via email or add to your Technorati favs to receive regular updates..

Post Details

Post Date :
Thursday, Jan 11th, 2007 at 7:45 am
Category :
Design and Development and PHP and Techtites Daily and Thursday
Tags :
,
Do More :
You can leave a response or a trackback from your own site.

Related Posts

Some posts related to the post you have just read: