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

DevShed:
Am Introduction to PHP Security
Feb 15, 2007 @ 12:50:52

Devshed has posted a new article covering one of the hottest topics in the PHP community right now - security.

Security in a scripting language such as PHP is more developer-dependent than language-dependent. In other words, although the language offers you the tools to create secure code, it cannot prevent insecure code. Thus, the degree to which code is secure almost entirely depends on how security conscious a developer is.

The article looks at three security-related topics:

  • Register globals
  • error reporting
  • code exposure
and for each provides explanation and code where needed to help the reader understand the issues and possible problems with them.

tagged: introduction tutorial security registerglobals error reporting exposure introduction tutorial security registerglobals error reporting exposure

Link:


Trending Topics: