PHP Classes
elePHPant
Icontem

input filter

Search this site
:    Looking up search words... 
Sections:  
Search forums:   
Permalink

      Found: 54       Packages icon Packages (10)   Blogs icon Blogs (3)   Packages icon Forums icon Package forums (39)   Blogs icon Forums icon Blog forums (2)  
Filter Support forum filter Filter request input data   This class can be used to filter request input data. It can process request data from POST, GET, REQUEST and COOKIE values and verify if it matches given type rules. If the values satisfy the rules, they are copied to array class variable. Currently ...
PHP Input Filter Support forum inputfilter Filter out unwanted PHP / Javascript / HTML tags.   This class can filter input of stray or malicious PHP, Javascript or HTML tags and to prevent cross-site scripting (XSS) attacks. It should be used to filter input supplied by the user, such as an HTML code ...
Filtreatment Support forum filtreatment Validate and filter text values based on rules   This class can be used to validate and filter input values based on several types of rules. It can treat a text value by performing one or more several types of validation. Each validation returns the filtered ...
param Support forum param Validate and filter request values   This class can be used to validate and filter request values. It can take given POST or GET request values and validate them according to the expected type of the value. The types may be scalar, arrays or objects in JSON format. The class ...
anagrams Support forum anagrams Generate anagrams from given words   This class can generate anagrams from given words. It can take an input word and generate all anagrams permuting the order of its letters. Research can be pursued by 'brutal force' approach as well as filtered by rules. The resulting ...
Probability distribution Support forum prob_distribution Create noise with Gaussian or Poisson distribution   This package can be used to create noise with certain probability distributions. It can generate sets of values with different with either uniform, Gaussian or Poisson distribution. It can ...
... phpdataform Example code Output file Readme file    Array lists class    Dataform element class    Exception class    Form class    Main class    Input filter    CSS image    Styles CSS    PHP Powered    JS file    JS File Site Meter
Auto complete Support forum autocomplete Auto-complete text typed in a form input   This package can be used to auto-complete text typed in a form input without page reloading. It generates the HTML for a form with a text input and Javascript to perform an AJAX request to retrieve possible words that ...
Mojavi examples Support forum mojaviexamples Examples Mojavi is an MVC framework   Mojavi is an MVC (Model-View-Controller) framework for PHP written by Sean Kerr. The main goal of Mojavi is to combat the numerous issues associated with Web application development, by providing an easy-to-use, yet ...
Class that generates HTML forms supporting: - Multiple inputs may be interconnected in such way that client side events that occur on one input can trigger actions on the context of other inputs. Developers may use input interconnection support without writing Javascript code. - Can be extended with ...