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

This program reads quotes from a text file, and then prints one randomly each time a page is loaded.

This is a PHP class that simulates the fortune program.
It prints out a random epigram from a cookie fortune file.

This converts PostgresSQL date timestamps to something PHP can work with The time part was giing me trouble it was way off so I left it out The function still

This is a backup script for MySQL using the mysqldump command It was designed to be used with crontab to automate a database backup It can be configured to switch