Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Reign's SourceRally Blog:
The PHP coder's top 10 mistakes and problems
Jan 10, 2007 @ 17:36:00

On his SourceRally blog, reign as a new post listing out the "Top 10 Mistakes & Problems" that PHP developers make.

Seeing the number of problems and mistakes PHP coders encounter repeatedly I set out to make this list of the 10 most common problems and mistakes done by PHP coders.

Included on the list are some of the usual suspects:

  • Not escaping entities
  • Not Escaping SQL input
  • Requiring and including files using untrusted data
  • Syntax errors
But there's also a few that are just good recommendations and aren't really problems (like using a framework or OOP in an application). Check out the full list here.

tagged: common mistake problem escape untrusted eror framework oop common mistake problem escape untrusted eror framework oop

Link:

Reign's SourceRally Blog:
The PHP coder's top 10 mistakes and problems
Jan 10, 2007 @ 17:36:00

On his SourceRally blog, reign as a new post listing out the "Top 10 Mistakes & Problems" that PHP developers make.

Seeing the number of problems and mistakes PHP coders encounter repeatedly I set out to make this list of the 10 most common problems and mistakes done by PHP coders.

Included on the list are some of the usual suspects:

  • Not escaping entities
  • Not Escaping SQL input
  • Requiring and including files using untrusted data
  • Syntax errors
But there's also a few that are just good recommendations and aren't really problems (like using a framework or OOP in an application). Check out the full list here.

tagged: common mistake problem escape untrusted eror framework oop common mistake problem escape untrusted eror framework oop

Link:


Trending Topics: