This is a PHP class that generates HTML output of a calendar month. It is based on the table wrapper base class. It generates output for any month of any year of the calendar, and it returns an HTML string that is compliant with XHTML. It also lets you customize the HTML properties and data format of the calendar's table cells in a subclass.
Database access class is a PHP class for interchanging data between databases and forms. Features include 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 suitable for defining "select" type form fields from specified database table values. and database independent support for the data types of fields: TEXT, INTEGER, BOOLEAN, FLOAT, DATE, TIME, and TIMESTAMP.
This is a PHP class that attempts to validate a given e-mail address at three levels: matching the address against a RFC compliant regular expression, verifing the existence of the destination SMTP server by verifying the respective DNS MX record, and connecting to that server to see if the given address is accepted as a valid recipient. The class also features a debugging output option that lets you see the remote SMTP server connection and data exchange dialog to see the real cause why an apparently valid address may not be accepting messages.
Ezmlm mailing list manager class is a PHP class to create and manage mailing lists with ezmlm. It features display of a table that shows lists already created, listing of local and domain parts as well as the number of current subscribers, creation and alteration of list properties, alteration of list automatic message texts, and support for list virtual hosts. It comes with a SOAP server interface to handle remote requests to subscribe and unsubscribe users, count subscribers, and verify if an address is already subscribed.
File cache class is a PHP Class that can cache arbitrary data in files in order to reduce the time necessary to regenerate pages or other types of data that do not change every time they are requested. It features safe locking of cache files to avoid data corruption caused by simultaneous accesses during cache file updates, portable locking schemes, and the ability to set a cache expiry date or timeout period. Cache files can store user-defined headers besides the cached data, and also standard headers used in HTTP like content-length:, date:, expires:, etag:, etc. It has been tested under Linux, SunOS and Windows.
freshmeat Project Query Class queries freshmeat.net and retrieves information on projects with records there. It features retrieval of project information from records provided by freshmeat in XML, parsing of project XML records to extract all the relevant data, and caching of retrieved project information in disk files for at least the next day to avoid retrieving the same data again before it could have been updated.
HTML Forms generation and validation is a PHP class that generates HTML forms supporting many built-in validation types on server and client sides. It prevents security attacks by discarding spoofed values, has multiple submit protection, outputs HTML for fields displayed as fully accessible or in read-only mode, and has field value filtering and reformatting. It can be extended with custom control plug-ins. AJAX based form submission, upload monitor progress bar, auto-complete text input, automatic layout renderer, calendar date, CAPTCHA, Google Maps world location selection, linked select, and animation effects plug-ins are available.
HTML Tooltip is a JavaScript object that shows custom HTML tooltips when the user drags the mouse over a page element. The tooltip messages can be defined with any formatted HTML content. The template of the tooltip container can be configured, and messages can be shown and hidden smoothly using fade-in and fade-out effects.
httperfclass is a class that interfaces with the httperf program to evaluate HTTP server performance and execute stressing tests. It features configuration of server stressing parameters and options and generation of response graphics, and comes with an example script that provides a friendly Web form-based interface to configure tests and present the results as graphics or httperf program output text.
Is the project XML metadata going to be available in the new site with the same URLs?
Re: still active? > i noticed this project did not get > updated since 2005. is it still being > developed? abandoned? are there up to > date alternatives available? ...
Re: Example of test_http_post.php with authentication > I do not understand how to do a http > post with digest authentication using > the http.php class file. > > Would ...
Re: Registration needed to download > This project is at the time if writing > hosted on phpclasses and they require > registration to be able to download. The registrati...
Re: You have to register to download > You have to register at phpclasses.org > to download this file. > I don't think Freshmeat should have a > project specify an &quo...