-
Week Start and End Days is a simple class that can be used to calculate the start and end date of the current week. The class calculates the list of days of the current calendar month and displays the first and last day of the currrent week.
-
RSS Generator class can be used to generate a RSS feed compliant with the version 2.0 of RSS specification. It can generate a complete RSS 2.0 feed passing an array of item definition arrays. The item arrays describe item properties such as the title, link URL, description and publication date.The global properties of the feed can be set by assigning ...
-
Error Handler classes is meant to assist in debugging of PHP scripts by handling execution errors outputing formatted error context information.Error Handler classes includes utitilty functions to show the source code where the errors appear.
-
ErrorHandler classes is a powerful wrapper for PHP error-reporting features. It helps when developing new scripts and monitoring sites in production state, too.ErrorHandler classes has several enhancements (previously known as report layouts):- SOURCE = prints the source code fragment where the error encountered,- CONTEXT = prints variable context around error source,- SILENT mode = suppresses error-messages- REPLACE page = displays ...
-
DNS Resolver library written in pure PHP script. It might be helpful when you run the scripts that use standard DNS related functions such as getmxrr() or checkdnsrr() on win32 or BeOS. Besides this class partially supports IPv6 address resolution, so it will help your IPv6 related project even when doing on *nix platforms. DNS Dynamic Update is not yet ...
-
sql2excel is designed to provide a easy way to output mysql sql content in Excel Format & stream it on the user's browser directly.
-
Simple XML RSS Parser is a simple class that can parse XML RSS feeds and extract information from its item entries.It uses the PHP Expat extension to parse the XML RSS feeds and locates the item entries to extract the item titles, descriptions and link values.For each item entry that is found it outputs its values in HTML list.
-
Smart Counter class can be used to count the number of visitor of a site using a MySQL database table. It can keep track of the total visitors of a site, visitors of a given page, visitors in the current day and the active visitors (access in the last 5 minutes).The visits of users of the same IP address are ...
-
Paging Easy is a class for generating HTML links to navigate MySQL database query result listings split over multiple pages. It takes as parameters the total number of rows in MySQL database query result set, the limit number of rows to display per page and the current page to display.Paging Easy can generate different types of links to go back ...
-
Result set page navigator is meant to generate navigation HTML links to browse database query results split between multiple pages.Result set page navigator generates Next, Previous, Start, End and direct page jump link from a given total number of result rows and limit number of results per page parameter. The links may include given icon images. It also generate a ...
-
MySQL Spell Checker can be used to check the spelling of text. It uses a MySQL database table to store the dictionary of valid words.MySQL Spell Checker can process a text and return all words that seem to be wrong. It may also highlight the wrong words using HTML tags to change the presentation style of the words to be ...
-
MySQL to XML - XML to MySQL class allows you to insert XML in MySQL and export MySQL to XML. The class XMLFile and my other class such as MySQL Connection, MySQL RecordSet and MySQL Log are required.
-
Paginator is a class that can help you to split MySQL database query result sets in pages. Paginator will return a number that can be used to set your start result row and a number to use as an offset.The class methods return values that you can use to create your navigation links.The values Paginator presently returns are:- First of ...
-
MySQL Paging is a simple class that can return a MySQL database query results for spliting into multiple pages given the maximum number of result rows to present on each page.Usage :- Create a class object with 3 arguments: MySQL SQL query, limit of records per page, MySQL connection handle- Output the page numbers as links- Retriev the MySQL Query ...
-
PHP Calc is the most basic calculator written in php. This is a 5 minute script that is powerful because you can make it calculate anything.It just takes some imagination and some knowledge of math. Feel free to change the script to make it like your site, but remember to leave credit if you change it.


