Search found 1 match

by acsandeep
Tue Jul 01, 2008 5:50 am
Forum: PHP - Theory and Design
Topic: I figured out why I'll never be happy w/ php forms libraries
Replies: 89
Views: 17833

Re: I figured out why I'll never be happy w/ php forms libraries

hi, I think you people may want to take a look at this code snippet. I am using php2go framework which makes handling FORMS a breeze. To create a form with a template you need 3 components. First a PHP file, second a XML file which defines the form and lastly a template file. The XML file contains a...