SimplytheBest PHP Scripts

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.

41   11835

PHP sample code how to populate a jPlayer playlist from a MySQL database.

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.

SleekDB By: Kazi Hasan
Free MIT

SleekDB is a simple flat file NoSQL like database implemented in PHP without any third-party dependencies that store data in plain JSON files.

561   6856

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.

SEOstats By: Stephan Schmitz
Free MIT Open Source

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.

PHP snippet to connect to a MySQL database using a file for the connection and an include statement in the page needing to connect.

PHPOffice By: Mark Baker
Free LGPL

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.

290   4584

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.

61   4489