Rate: | Price: Free | Publisher: Office Site | Demo: | Views: 541
PHP Script Codes > Dynamic Elements Processor with PHP 5
Building forms and elements for websites sometimes means a lot of work, specially if you create bigger websites. Luckily there a some great tools like QuickForm from PEAR which is very powerfull, but asks to install the PEAR environment. Well this application asks only for three class files and is quiet easy to implement. This application makes use of the RecursiveArrayIterator and an Element Iterator from PHP 5 to loop through all parts of the elements. Among other features you'll find submit, select, text, textarea, radio and other elements, which have not to be related to forms - such as the Span, Div or Table element (in total 16). If you make usage of the Dynamic Elements Processor you need only two three lines to create an element: The name of the element, the options and the append part of the script.