News Feed
Jobs Feed
Sections




News Archive
Advanced PHP Tutorial:
7 Useful functions to tighten the security in PHP
October 08, 2010 @ 12:28:38

On the Advanced PHP Tutorial site there's a recent post that suggests a few useful functions that can get you started on security and protecting your application from possible exploits. These aren't the only way to prevent these issues, but they're a start in the right direction.

Security is a very important aspect of programming. In PHP, there are few useful functions which is very handy for preventing your website from various attacks like SQL Injection Attack , XSS attack etc.Let's check few useful functions available in PHP to tighten the security in your project. But note that this is not a complete list, it just list of functions which I found useful for using in your project.

The functions include mysql_real_escape_string for database query handling, htmlentities to filter user input for HTML and two hashing functions to create hashes you can validate from - md5 and sha1.

1 comment voice your opinion now!
security function xss sqlinjection application


blog comments powered by Disqus

Similar Posts

PHPBuilder.com: PHP Filtering with OWASP

Chris Shiflett\'s Blog: Essential PHP Security - Forms and URLs

Ibuildings Blog: Dependency Injection and Zend Framework Controllers

Scott Mattocks' Blog: PHP-GTK Mini News Update

Tomas Petricek's Blog: Writing Silverlight applications in PHP


Community Events











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


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

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