CHAPTER 11 – FORM HANDLING

Building HTML forms by hand is straightforward, but as your demands grow and you need to do input validation, forms that span across multiple pages, or want to use templates, you are better off using a form generator. H T M L _ Q u i c k F o r m i s a P E A R p a c k a g e t h a t o f f e r s f o r m h a n d l i n g. HTML_QuickForm lets you set up validation rules that are executed on the client or server side, and it integrates with several template systems.

Post Comment
Login to post comments