News Feed
Jobs Feed
Sections

Recent Jobs

News Archive
ONLamp.com:
Quick and Clean PHP Forms
September 14, 2007 @ 07:57:00

On O'Reilly's ONLamp.com website today, there's a new tutorial posted walking you through the creation of online forms through the amazingly helpful PEAR HTML_QuickForm package.

As its name suggests, the PHP Extension and Application Repository (PEAR) library called HTML_QuickForm can be used to quickly and cleanly to produce validating HTML forms, relieving the developer of the tedium that often accompanies such tasks. [...] This tutorial presents a basic implementation of HTML_QuickForm to produce a common email contact form and explores ways to get the most from this powerful library.

They introduce the topic by explaining when is a good time to use the package. Now that you're sure you want to use it, they move on to the code portion of the tutorial - the creation of an email form. They define the fields (their labels, types and required status) and show how to dump that array into the HTML_QuickForm class to create the HTML field output. They also add validation rules to check the contents of the field - in this case, ensuring that all of the entries have values and aren't empty.

1 comment voice your opinion now!
pear htmlquickform form tutorial package pear htmlquickform form tutorial package




Similar Posts

Stefan Mischook's Blog: A Quick Look at Dreamweaver CS4 and the PHP Toolset

PEAR Blog: PEAR Group Meeting Minutes 2008-07-13

Pierre-Alain Joye\'s Blog: PEAR Template IT bugs fixes release

Vexxblog: How to convert/encode files to FLV using FFMPEG & PHP

PHPEveryDay.com: New Tutorials Posted (WDDX in PHP)


Community Events







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


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

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