News Feed
Jobs Feed
Sections




News Archive
Zend Developer Zone:
PHP Security Tips #6 and #7
March 12, 2007 @ 11:38:00

Continuing in their security theme for the month of March, the Zend Developer Zone has posted two more Security Tips for PHP developers out there:

  • The first tip (#6 on their list) talks about the benefits of casting all of the values going in to your SQL queries. This helps keep you and your data away from things like nasty SQL injection issues that could result in exposure of valuable data.
  • The second tip (#7) focuses on regeneration of session IDs to help prevent fixation. They give an example of how, without it, you could inadvertently allow in unauthorized users. Thankfully, one quick function call can remedy the situation - session_regenerate_id.

Check out their full list for more great tips.

0 comments voice your opinion now!
security tip session fixation sql injection cast query security tip session fixation sql injection cast query


blog comments powered by Disqus

Similar Posts

Techie Talks Blog: Building Secured Web Applications Using PHP - The Basics

Anthony Ferrara: The Anatomy Of Equals - Opcode Analysis

Travis Swicegood's Blog: Repository Pattern in PHP

Reddit.com: Dependency injection in ZF2 and Symfony 2 are service locators

Rafael Dohms' Blog: Using theFacebook PHP-SDK to run FQL


Community Events











Don't see your event here?
Let us know!


community unittest language zendframework2 code composer testing functional example api introduction opinion framework database series podcast interview development release phpunit

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework