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

ROT is a useful method of encoding text so that it cannot easily be read The method originated on USENET where it was commonly used to hide answers to jokes

Quick Cart is a freeware, simple and multilingual Shopping Cart. It is based on flat files (NO SQL required). There is full administration of categories, products, contents and orders.

This function removes ALL backslashes from any given variable. It should work with PHP3 and PHP4. It can be used in place of the native stripslashes() function.