Portion() function for trimming text

Returns the portion of text specified by the start and length parameters. This help to trim text down for display in a small area or to give a sample of a larger body of text.
Continue Reading »

POST/GET Form Variables

Using PHP array functions to view all of your POST/GET Variables make it easy for retrieving data from online forms. It’s also great for debugging your codes.
Continue Reading »