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

PHPMaster.com: An Introduction to Ctype Functions

Rob Allen's Blog: WinPHP Challenge

Milw0rm.com: Exploit - PHP5 COM Object Security Bypass (Windows)

WebReference.com: Working With Forms

SaniSoft Blog: Introduction to creating desktop applications with PHP and Titanium


Community Events











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


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

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