New pages
From PhpInputValidator
- 21:31, 6 September 2011 Standard Types (hist) [5,199 bytes] Technocrat (Talk | contribs) (Created page with "This are all the current possible possible types. You can also use Custom Types if one of the following do not meet match what you are looking for. For example: ===even== <...")
- 21:25, 6 September 2011 Default configuration settings (hist) [479 bytes] Technocrat (Talk | contribs) (Created page with "These are the default configuration settings for phpInputValidator ==add_slashes== <source lang="php">'add_slashes' => false</source> ==add_slashes_function== <source lang="php...")
- 21:23, 6 September 2011 Configuration (hist) [2,987 bytes] Technocrat (Talk | contribs) (Created page with "The phpInputValidator has default configuration settings that will be setup when no values override them. So if you do not want to configure the system you don't have to.<br...")
- 21:03, 6 September 2011 Phpinputvalidator.org Example (hist) [2,273 bytes] Technocrat (Talk | contribs) (Created page with "This example shows how the old index.php (now download.php) on phpinputvalidator.org responds to your request to download a file (the links on the right side for .zip or .tar).<b...")
- 20:42, 6 September 2011 Simple Examples (hist) [5,440 bytes] Technocrat (Talk | contribs) (Created page with "=Preface= These are simple examples to show how to use phpInputValidator. In all these examples it assumes: 1. That you have installed phpInputValidator and have it configur...")
- 17:38, 6 September 2011 Examples (hist) [238 bytes] Technocrat (Talk | contribs) (Created page with "v2:Simple Examples - These are simple theoretical examples<br /> v2:phpinputvalidator.org Example - This shows how http://www.phpinputvalidator.org/index.php file checks ...")
- 17:18, 6 September 2011 Installation (hist) [1,465 bytes] Technocrat (Talk | contribs) (Created page with "=Step 1:= <p>Download the most current version of phpInputValidator.</p> =Step 2:= <p>Upload the files to your webserver.</p> <p>Only what is contained in the lib directory is re...")
- 17:09, 6 September 2011 Requirements (hist) [47 bytes] Technocrat (Talk | contribs) (Created page with "phpInputValidator requires PHP v5.3 or greater.")
- 17:37, 20 February 2010 Requirements (hist) [121 bytes] Technocrat (Talk | contribs) (Created page with 'The only requirements for phpInputValidator is PHP 5.2 or higher. It will run on any system running this version of PHP.')
- 18:13, 2 February 2010 Other Useful Methods (hist) [4,110 bytes] Technocrat (Talk | contribs) (Created page with '=addSlashes= Will add slashes to data. Will use custom add_slashes_function if set. ==Params== $data Data to add slashes to. ==Return== Data with slashes. ==Example== <source l…')
- 00:04, 30 January 2010 Shortcut Calls (hist) [732 bytes] Technocrat (Talk | contribs) (Created page with 'In phpInputValidator v2 shortcut calls to type methods can be used.<br /><br /> Take this example: <source lang="php">$uid = $getvar->get('uid', 'POST', 'int');</source> Instead…')
- 23:35, 28 January 2010 Changelog (hist) [3,041 bytes] Technocrat (Talk | contribs) (Created page with '<p><br />All changes can be monitored on the SVN:<br />[http://code.assembla.com/phpInputValidator/subversion/node/logs/trunk http://code.assembla.com/phpInputValidator/subversio…')
- 23:04, 28 January 2010 Validators (hist) [2,897 bytes] Technocrat (Talk | contribs) (Created page with 'Validators are extra set of validations you can run against input. These are passed in using an array on the last parameter with the get function. Here is an example: <source …')
- 22:47, 28 January 2010 Custom Types (hist) [1,396 bytes] Technocrat (Talk | contribs) (Created page with 'If you need to make a custom type it is easy to do.<br><br> For the following example we are going to a type called foo and we want it to preg_match all digits and _. So for th…')
- 22:10, 28 January 2010 Default security configuration settings (hist) [812 bytes] Technocrat (Talk | contribs) (Created page with 'These are the default security configuration settings for phpInputValidator ==append== <source lang="php">'append' => ''</source> ==email_from== <source lang="php">'email_from'…')
- 21:41, 28 January 2010 Default configuration settings (hist) [1,321 bytes] Technocrat (Talk | contribs) (Created page with 'These are the default configuration settings for phpInputValidator ==add_slashes_function== <source lang="php">'add_slashes_function' => ''</source> ==append_unset== <source la…')
- 21:07, 28 January 2010 Configuration (hist) [2,974 bytes] Technocrat (Talk | contribs) (Created page with 'The phpInputValidator has default settings that will be setup when no values override them. So if you do not want to configure the system you don't have to. =How to configu…')