-
phpFormGenerator is a class that can generate scripts to output and process Web forms for entering data to insert as a new row of a given MySQL table.The class takes the resource handle of the result of a query to retrieve the names of the fields of a MySQL database table. Then it uses the result set field names to ...
-
B-Forms contains a set of classes for composing and generating HTML forms that resemble the Oracle Forms structure: a form consists of blocks, which consist of properties and may have multiple rows.To define a custom form you do not need to derive this forms class. You just create instances of form element classes and define triggers to handle form events ...
-
Form auto Generator builds completely an HTML Form based in a description of the fields, it's ideal to avoid writing one form for any new table you have to feed.This contains only the form generator. And it´s builded over two classes, one builds the field and the other builds the entiry form.
-
Generator of the code can generate scripts to present forms for manipulate MySQL database table records.It can retrieve the list of fields of a given MySQL database table to generate a PHP script that can execute SQL queries to insert, update or delete records of that table.
-
Generate forms inside a table using classes and methods. It supports CSS, so changing the style is a snap. You wont clutter your scripts with boring HTML code. Just pure PHP. Easy to use, but powerful.
-
bib_uploadfile can be used to process files uploaded via Web forms.The class can move the uploaded files to another directory, eventually with a new file name. If the other directory does not exist, the class may create it.If the uploaded files are actually image files, the class may also resize them to a given new image size.
-
Date_picker can generate HTML code for form inputs to let the user pick a date.Functions of Date_picker:- automatically selects a the correct pulldown values from a MySQL record field in the "date" format of "0000-00-00".- Re-selects the previously or newly chosen values if the form is re-sent (as during data validation errors)- Lets you choose the initial date, or today's ...
-
Form Table PgSQL can be used to generate Web interface based on HTML forms and tables to access PostgreSQL databases. It provides classes for composing forms for editing PostgreSQL table records and also for display query results on tables.
-
Cities of the world is not a simple PHP class, but somewhat a handy package that can simplify the task of dealing with lists of countries, and their respective cities (states for the USA - stations for Antarctica) while creating Web forms.
-
comboBoxList builds an HTML form combo box field from values taken from a MySQL database query results. It supports specifying the initial selected value.
-
Form Validate Class can be used to compose and output HTML forms that include Javascript based client-side validation rules to check the form inputs. It can compose forms with inputs of the types: text, password, hidden, textarea, radio, checkbox, select, file, reset, submit.The form input definition parameters may include the respective input label and validation requirement. When the form definition ...
-
Database access class is a class for interchanging data between databases and forms.Features of Database access class:- Inserting a new row into a database table with data from forms.- Loading form fields from database table row.- Updating database table rows from form fields.- Deleting database table rows with criteria defined by values from form field.- Building list in an array ...
-
Report Generator can generate customizable HTML reports from a given database structure. It presents a report preparation form page with the options that the user can customize.After the user submit the form, the class creates the report output in HTML.The report created taking the structure in which you have a table with foreign keys, and you want to know specific ...
-
upload.inc.php is a class for managing files uploaded via Web forms. Given the form file field name, it can determine if the file upload was performed correctely and does not exceed a given size limit.If everything is correect, the class can move the uploaded file in a given destination directory. upload.inc.php may also check whether the destination directory has sufficient ...
-
Validations is a simple class implements several rules to validate text values on the server side, eventually submitted by the user in Web forms.Currently Validations implements the following validation rules:- E-mail address- Signed integer number- Unsigned integer number- Alphanumeric text with letters, digits and spaces- Date formatted as MM/DD/YYYY or MM-DD-YYYY

