SimplytheBest PHP Scripts
The simply the best collection of PHP scripts
The 44 best PHP scripts
PHP sample code how to populate a jPlayer playlist from a MySQL database. |
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. |
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. |
A powerful PHP framework with a very small footprint, built for PHP coders who need a simple and elegant toolkit to create full-featured web applications. |
A PHP unit test and web test framework with xUnit style test cases. It has support for SSL, forms, frames, proxies and basic authentication. |