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

Allows you yo monitor how many times a link image banner is clicked also allows you to diguise affiliate links Consists of small PHP file and is very easy to

This simple snippet allows you to interface with the SearchHippo web search engine’s http xml api You must have expat compiled in to use this snippet You can layer mostly

Contains two functions dayofweek will return the day of the week for a given date Sunday Monday etc nthDayOfMonth will return the date of the nth weekday of a month

Specify this script as your ErrorDocument in htaccess The script will print out the page plus email the details of the error to you Don’t wait for your visitors to

Get the SWF file informations from a given file string resource It returns – compression method – file type – SWF version – frame rate – frame count – width

Handy drop-in function to replace PHP’s stock array rand but uses PHP’s mt srand and mt rand functions The Mersenne Twister is much more random and times faster than standard