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
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.
This class will retrieve information from Yahoo’s finance site and put it into a nice usable class variable for you to use elsewhere at your leisure Example usage is in
Use this to output a simple QuickTime file that will point to a URL of another QuickTime playable file.
I’m sure there’s others. Includes a small function to strip whitespace.
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.
Active Calendar is a PHP class that generates calendars month or year view as HTML tables XHTML-Valid It can produce static calendars without any links or calendars with navigation controls
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.
This is a function which lets you convert an integer to a number of the roman system and vice versa.
Allows you to embed SMS wireless messaging to cell phones and pagers from PHP applications of all types Uses the Simplewire network to reach mobile users in countries The best
This functions takes an SQL statement and returns the result in an array in the following format Result fieldname row This helps prevent having to remember the order of fields