PHP Snippets

Every PHP developer needs a good and reliable collection of code snippets. In this category, you will find 900+ copy and paste code snippets that will help in your next PHP project.

Results via Envato Market

The is the shortest code I could come up with for displaying a calender. It works on PHP Version 4.1.2. I don’t know about anything else.

A caching Interbase 5.x/6.x database abstraction layer. Support for transactions, multi-querying. Stores the resultsets in associative and numerical arrays for easy handling.

A fully featured file upload class that allows you to transfer multiple files from a browser to a webserver This is a re-write of code I used to base my

A Filesystem script that will allow users to upload, copy, move, delete, rename, download files. Allows you to create and delete directories. Is based on a true filesystem.