-
Installation Automation can present forms that define different pages of the installation process. Each forms page is defined in custom scripts that are stored in a given directory and are numbered according to the respective installation page number. Installation Automation can also perform several installation general purpose tasks, such as creating XML or PHP files, create MySQL database tables and ...
-
PHP Scaffolder generates a PHP script that can be used to insert, list, update and delete records in a given MySQL table. Separate classes are used by the script to generate and validate forms, as well as display table records in paginated listings. Requirements: PHP 4 or higher
-
The forms are created by functions, which add inputs and labels according to the form definition. Form creator can generate XML compliant HTML for the defined form and return it as a string or display it by adding it to the current script output. Requirements: PHP 5.0 or higher
-
IDForm can compose a form by adding input elements interleaved with arbitrary HTML sections by defining the input parameters. You can also directly add html code into composing form if you need. IDForm assembles the HTML of the composed form and returns it as a string. The generated HTML code is compliant with the W3C standards. Requirements: PHP 5.0 or ...
-
Form Builder can add the definition of the form fields to be displayed and generates HTML to display the fields in a table. It also generates Javascript to support some types of validation on the browser side. Two custom fields, which can be used to choose dates and present sortable tables through the jQuery JavaScript library, are also provided. Requirements: ...
-
AJAXed list boxes can be used to generate Web forms with linked select inputs. It generates select inputs that switch their group of options dynamically when the linked select input value is changed. The script uses AJAX to retrieve the new group of options from the server, so it can retrieve the option values from a database on the server ...
-
CSRF protector can generate a random key and store it in a database record associated to the current session. It uses PEAR MDB2 database abstraction layer to support many types of databases. When the form is submitted with a token hidden input field, the class can also check if the key is valid. If it exists, the key record is ...
-
Quinti.net - Secure Contact Form Antispam CAPTCHA adds anti-spam security features and CAPTCHA. Descriptions of Quinti.net - Secure Contact Form Antispam CAPTCHA:- Invulnerable secure antispam contact form.- JavaScript field validator in php (to add multi-language variables or other variables)- Prevent spammers from using your form to send garbage, guaranteed.- CAPTCHA to avoid Javascript validated Spam- After JS validation, is validated ...
-
There is one class that can generate HTML and Javascript to display form fields and have them validated immediately after the field values are changed. A different class is used to validate and process the submitted forms in order to modify MySQL database records. Requirements: PHP 5.0 or higher
-
A HTML form can be generated with JavaScript and submitted when the page gets loaded. jsCheck can set cookies or session variables to avoid the need to generate the form to check again if the browser has Javascript enabled. Requirements: PHP 5.0 or higher
-
There is one class that can process files uploaded using Web forms. PHP Simple Upload can accept uploaded files that have a MIME type from a given list. The uploaded files are copied to a given destination directory. PHP Simple Upload serves the files for download and the request content-type is set based on the file extension. Requirements: PHP 3.0 ...
-
Users can be redirected to new account registration or login forms. Login Controller can also process the the forms and execute several types of actions that manage user records stored in a MySQL database, like: create new user records, validate user registration and login forms, reset user password, change the user password, etc. Requirements: PHP 5 or higher
-
Upload and list files can display an HTML form with fields to upload a file. It can also process a form with an uploaded file by checking if the file if of one of the allowed file MIME types name extensions, and moving the file to a given directory if does not exist already. A destination directory with necessary permissions ...
-
Autofill allows to complete multiple words separated by the user with commas, for example making tag suggestions. Requirements: PHP 5 or higher
-
MySQLDropDownCondiff connects to a given MySQL database and executes an SQL query. The values returned as query results are used to generate the HTML for the form select input. Requirements: PHP 3.0 or higher


