70 projects tagged "English"
PHP Weather makes it easy to show the current weather on your Web page. PHP Weather retrieves the latest METAR (weather) report and converts this format into both imperial and metric units, caches the data in a MySQL, PostgreSQL, or DBA database for fast retrieval, and makes it easily available in PHP scripts. You can display the data in several languages by using the included translations.
IAM backup is package made of two classes. One performs the backup of the selected MySQL database, and the second restores the database. Both classes support GZIP-compressed files for improved performance. When performing the backup, the user is prompted to download the backup file, straight from the browser. Alternately, the backup can be stored on the local server at a predefined location. Restoring the database (or copying it to another server) is just as easy.
Plato is a PHP-based template parsing engine which uses both regular expressions and string replacement functions. It is very extensible and allows users to create their own plugins. It has the ability to insert variables, include files, make function calls to plugins, and perform loops.
DBLIB is a PHP library to create WWW interfaces to databases. Its main aim is to support creating interfaces for site administrators, but it can be used as well to create public end-user interfaces. It features over 15 widget types (text, numbers, datetime, password, reference to another table, etc.), automatic data conversion and escaping, automatic input checking in all fields, an abstract data layer that supports several SQL databases, LDAP, and text/dbm files. DBLIB is not a low-level database manager like PHPMyAdmin.
php_db2util is a module that extends PHP with mass data movement functions. It supports connecting to a DB2 server, loading data from a client or server with a replace option or insert option, and exporting data from a table to a client. It also allows the runstats utility to be run to recreate indexes.