News Feed
Jobs Feed
Sections




News Archive
PHPit.net:
PHP Security - Basic PHP Security
January 16, 2006 @ 07:11:27

On PHPit.net today, there's a basic look at some of the PHP security concerns developers should pay attention to when working up their scripts.

Security in PHP has become one of the most popular topics in the PHP community lately, especially with an increased number of exploits and security problems. In this day and age, you must make sure your PHP scripts are airtight, and that they don't have any security problems.

To make sure the security in your PHP scripts are okay, you have to start with the basics: filter input, and escape output. If you haven't got that working properly, your scripts will always be open to security problems. Read this article to learn how to properly do these two things.

While it's a very basic step to security in your scripts, these two considerations for the data entering/leaving could help protect you from some of the more heinous security issues...

0 comments voice your opinion now!
security basic filter input escape output security basic filter input escape output


blog comments powered by Disqus

Similar Posts

Arnold Daniels' Blog: How I PHP: The Output Handler - Continued

Ben Ramsey\'s Blog: PECL Input Filter

ServerGrove Blog: How to customize the error pages in Symfony2

SitePoint PHP Blog: Good and Bad PHP Code

Abou Kone's Blog: Set up JSON action output in CakePHP 1.3


Community Events











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


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

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