The PHP Report classes are used to create html report pages from a generic result set array. A result set is any array you can came up with. That usually means the result of a sql query, and normally it is not ready for display. The classes here are used to parse that result using HTML templates.
Sometimes you need to process your result before sending it to the user. Think of
a shop cart. You have to list products, add columns, multiply one column with another,
format the fields, so dates and floats coming from the database or operations dont show up as 8 decimal digits and strange date patterns to the user, etc. All of these and more is be done by this class. Just feed in your result anda HTML template and you will get a nice html page to show to the user.
This class is meant to generate two HTML form select type inputs making the currently selected value on the first input determine the option values that are made available on the second.
It uses JavaScript to update the second input options when the first input changes.
The class comes with an example that defines the options for both input from data defined by arrays, and also an example that retrieves the options values from MySQL database query results.
Bankoi Linux Control Panel is a multi-server management and control system for Linux based web hosts. The system is designed for any size web hosting companies, datacenters and ISPs, which require a solid platform that automates all of the day-to-day tasks that would otherwise require highly skilled man power, and large work forces.
Crypt uses PHP and javascript to encrypt html code. The code is encrypted into javascript and decoded on the client side. This is useful from hiding your email addresses from spammers (simply crypt the mailto: link), you can also encrypt whole pages to prevent them being indexed by robots.
BrowserSniffer allows you to detect all of todays current and legacy browsers without client-side Javascript. BrowserSniffer is PHP based and is unique in that it utilizes a single configuration file, setup by the user to define the browsers. The browser UserAgent string is parsed and compared to the configuration file. If you wish to have a particular browser detected or excluded, you set it in the configuration file.
A PHP/MySql forum program with personalisation, administration and security functionalities. Users do not need to register in order to read or write a message.