Zebra_Session works as an alternative (or better say replacement) for PHP’s built-in session handling system.By default, PHP uses a flat file on the server to store session details and a cookie file on the user's PC to identify the correct owner of...

PHP-Errors-Class beautifies the ugly raw-text PHP errors by adding some color to them and also printing extra information about the error.Using a backtrace info, developers can easily get to the root of their problem, fix the code and then move on to...

SqlFormatter

SqlFormatter 1.2.18

SqlFormatter is not a must-have tool for Web developers, but using it you'll make your life easier as a programmer.This PHP class will take a convoluted SQL query and break it apart into its smaller bits, properly indenting it and the optionally using a...

FileSystemCache can be used to take data and store it in a specialized cache directory.Unlike all the similar filesystem caching utilities, FileSystemCache supports nested directory structures for caching groups of data separately.This allows cached data...

The mysql-search-replace PHP class allows programmers to replace a string over an entire MySQL database without having to write complex SQL queries on their own.Just add your database authentication details at the top of the class' source code, the text...

array-to-csv is extremely easy to use and is contained in one single PHP file with no more than 40-50 lines of code.Developers can add it to any of their apps or services, and enhance their functionality with an "Export to CSV" feature.The array-to-csv...

Standalone PHPEnkoder can be used on any site where either you or your users need to embed email addresses in the text in various forms.The class works with normal page load mechanisms, and also supports content loaded via AJAX calls as well.The...