PHP HTML
PHP HTML script is mainly used as HTML code generator. With these scripts, you can easily generate HTML Form, HTML Table, Bread Crumb Navigation, Multi Level Menu, Category Tree View Code, etc.-
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.
-
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.
-
This class is meant to process a SQL statement text string and reformat it with HTML tags that can highlight different parts of the statement with different colors and styles.The syntax of SQL statements that are supported is defined in external files that can be changed to improve the types of SQL keywords that are recognized and highlighted.
-
HTML parser classes is meant to parse HTML code from a string or from a file and generate the processed content that may highlighted with different functions that handle the HTML tags, attributes, data, comments and DTD information.Optionally, the processed HTML may be outputted with line numbering.HTML parser classes may be used to different HTML processing by the means of ...
-
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.
-
Split Result is meant to split the presentation of a MySQL database query results between multiple pages.Split Result takes a MySQL query result set handler value and generate navigation HTML links between pages of result pages given the limit number of query result rows to display, the number of rows in the result set and the number of the current ...
-
Navigation is meant to let you build a dynamic site navigation bar presented in the breadcrumb style. The navigation bar may display links, one for each level of the site hierarchy. The title of each level link is presented using a CSS style named breadcrumb. The current level is displayed as plain text within a span using the CSS style ...
-
CISVC is meant to encapsulate the APIs around the COM object for Microsoft Indexing service (CISVC).CISVC can perform the search query, output the search results split in multiple pages and also a navigation let the user go back and forth between the presented search results pages.
-
Report in Table is meant to generate HTML reports using tables to present MySQL database query results.It can generate an HTML report table given an SQL statement to execute, a list of query columns to display and an optional URL format to generate automatic links to an eventual detail page of each table report row.The presentation of the report table ...
-
N-Tier Client side Cascading select generates HTML for an unlimited series of dependent select inputs. The class can generate one select input and the dependent select inputs can be generated also by other objects of this class or not.The objective was to produce a relatively intuitive interface to creating unlimited (N-Tier) cascading selects, with smart client side code (Javascript) to ...
-
comboBoxList builds an HTML form combo box field from values taken from a MySQL database query results. It supports specifying the initial selected value.
-
Process Wait Screen is meant to generate a wait screen that is display during the execution of a long processes to make the wait more tolerable for the users. It supports displaying wait screens in pages accessed via either GET or POST methods. It also can disable the ability of letting user to repost form. The generated wait screens are ...
-
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 ...
-
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 ...
-
phpReportGenerator is a PHP class that generates customizable HTML reports with data from the result set of any MySQL SELECT query.You need to just pass the query and a MySQL database connection resource id, customize several look and feel aspects of your report like text color, header color, table border, size, etc.. Then call generateReport function.This class is very handy ...

