资 源 简 介
A library with useful PHP functions and with useful JavaScript functions.
PHP
MySQL handling
Input validation and handling
Some strings and numbers related functions
HTML and JavaScript escaping
PHP5 functions missing on PHP4
and more...
Selected PHP functions:
* reGet () - return current url with optional modifications to query string (GET)
* string_validation with black hat or white hat
* undo_magic_quote () - Undo the damage of magic quotes
* chkBool () - return true or false (or null when unknown) according to an input string
* tmplsimple () - basic template population
JavaScript
You may like this awesome project: http://www.phpjs.org
Input validation and manipulation
Selected JavaScript functions:
* String.xor (key) - Add the xor string functionality to all Strings
See the wiki and sources for more info