The simply the best collection of PHP scripts
Leaf is a PHP micro framework that helps you create clean, simple but powerful web apps and APIs quickly.
PHP sample code how to populate a jPlayer playlist from a MySQL database.
SleekDB is a simple flat file NoSQL like database implemented in PHP without any third-party dependencies that store data in plain JSON files.
This PHP snippet receives the member ID from a form or from a link and retrieves the wanted data from the database, sends the e-mail and ends with one of two options.
To extract a random record from f.e. a MySQL table you can use this sample PHP code to get you going. The snippet uses rand() to generate a random number and LIMIT to select the record from the SQL table.
A powerful open source PHP library to request a bunch of SEO relevant metrics such as detailed backlink analyses, keyword and traffic statistics, website trends, page authority, Google Pagerank, the Alexa Trafficrank and much more.
This PHP snippet shows you how to generate RSS Feeds from MySQL database records on the fly. Easy and straightforward.
Read, write and create spreadsheet documents in PHP using OpenXML. Formats: Excel (BIFF) .xls, Excel 2007 (OfficeOpenXML) .xlsx, CSV, Libre/OpenOffice Calc .ods, Gnumeric, PDF, HTML.
PHP snippet to connect to a MySQL database using a file for the connection and an include statement in the page needing to connect.
A HTML DOM parser written in PHP5+ that lets you manipulate HTML in a very easy way. Find tags on an HTML page with selectors like jQuery. Supports invalid HTML.