Prev: Zend framework
Next: php cli question
From: Abah Joseph on 10 Sep 2010 06:55 Please i want to seek your opinion on how to handle large form fields, i have a table that contain 30 fields and i`m wondering if there is a better way to automatically create the html form and validate it.
From: "=?utf-8?B?YXNoQGFzaGxleXNoZXJpZGFuLmNvLnVr?=" on 10 Sep 2010 07:12 How are you deciding what form fields are being put in the form? There are plenty of scripts out there which can output and validate forms, but you might need to be a bit specific about what you want. Thanks, Ash http://www.ashleysheridan.co.uk ----- Reply message ----- From: "Abah Joseph" <joefazee(a)gmail.com> Date: Fri, Sep 10, 2010 11:55 Subject: [PHP] Handling multiple form fields To: <php-general(a)lists.php.net> Please i want to seek your opinion on how to handle large form fields, i have a table that contain 30 fields and i`m wondering if there is a better way to automatically create the html form and validate it. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
From: Al on 10 Sep 2010 07:16 On 9/10/2010 6:55 AM, Abah Joseph wrote: > Please i want to seek your opinion on how to handle large form > fields, i have a table that contain 30 fields and i`m wondering if > there is a better way to automatically create the html form and > validate it. By asking such a basic question, it sounds like you are a newbie. I suggest http://pear.php.net/package/HTML_QuickForm2 would be your best approach.
|
Pages: 1 Prev: Zend framework Next: php cli question |