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

Chris Shiflett's Blog: OWASP PHP Top 5

International PHP Magazine: Which of the Following Ensures Smooth Implementation of PHP Sessions?

IBM developerWorks: Locking down your PHP applications

Kevin Schroeder's Blog: My first stab at the Dependency Injection Container in Zend Framework 2

Devshed: Database Details and PHP


Community Events











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


opinion object podcast functional interview example phpunit language code development tool framework community release testing zendframework2 unittest conference series introduction

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