News Feed
Sections
News Archive


Community Events
php|tek 2008 PHP Conference



feed this:

WebReference.com:
Working With Forms
0 comments :: posted Monday March 31, 2008 @ 10:25:11
voice your opinion now!

The WebReference.com website has an introductory tutorial showing the budding PHP develper how to get started with one of the keys to web application interaction - forms.

Forms are how your users talk to your scripts. To get the most out of PHP, you must master forms. The first thing you need to understand is that although PHP makes it easy to access form data, you must be careful of how you work with the data.

The first part of the tutorial is focused on something many applications don't worry about - the security and integrity of the data submitted to them. They talk about things like filtering and various other checks to ensure that the data you're getting is good. They also mention the method for putting submitted values into PHP arrays, checking for valid values, using multiple submit buttons and an example of some of these methods all put together - validating a credit card number.

tagged with: tutorial input form application validate security


Funcaday.com:
Special Valentines Day Edition (isLove)
0 comments :: posted Thursday February 14, 2008 @ 08:49:00
voice your opinion now!

Besides all of the usual Valentines day logo fun from some of the major sites out there, Paul Reinheimer also points out a special little something on the Funcaday.com website:

Want a custom one to share with someone you care about. Fill out the form here. It's a subtle effect though, they'll need to read it. Valid characters for names are just alphabetics and the underscore, sorry.

The custom output is a great little addition to the site - put in person one's name and person two's name and it updates the image to show the new parameters. Ah, geek love...

tagged with: valentine islove custom name input

Ed Finkler's Blog:
Inspekt 0.3 now available
0 comments :: posted Monday January 21, 2008 @ 14:38:00
voice your opinion now!

Ed Finkler has released the latest version of his Inspekt input filtering/output validation library for PHP5:

I've uploaded the 0.3 release of Inspekt, the input filtering and validation library for PHP4 and 5. With this release, Inspekt completes the goals of the original specification for the OWASP SpoC007 project. I believe it is ready for "real-world" use.

Along with the new code being released there's also more documentation, API docs, a PEAR channel and a mailing list.

tagged with: inspekt filter input validate output library release

Sanisoft Blog:
Inspekt - put a firewall in your PHP applications
0 comments :: posted Monday October 15, 2007 @ 08:47:00
voice your opinion now!

The Sanisoft blog has a new post today about a handy PHP utility you can use to put a "firewall" in your PHP application - Inspekt.

Everyone knows that you should filter your inputs most of the good programmers do it but when you are working with a large team of programmers on an open source project things slip up, errors do creep in, at times like this you wish for a mechanism which would prevent your team from making such mistakes, some thing which forces them to declare their intent.

One solution he mentions is the input_filter extension for PHP5, but this doesn't help most users since it's normally off by default and PHP5-only. The other solution, Inspekt, a modified version of the Zend_Filter_input component of the Zend Framework. An example is included and a list of filtering methods is too (like getAlnum, getDigits and getInt).

tagged with: inspekt firewall input filter extension php4 php5 inspekt firewall input filter extension php4 php5


security job PEAR conference zendframework ajax book framework mysql cakephp package database application code pecl release zend releases developer PHP5

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