$_POST war

This commit is contained in:
Laurent Destailleur
2021-03-24 19:53:31 +01:00
parent 047471c220
commit a5034d44f7
34 changed files with 122 additions and 136 deletions

View File

@@ -355,6 +355,7 @@ function GETPOSTISSET($paramname)
* 'int'=check it's numeric (integer or float)
* 'intcomma'=check it's integer+comma ('1,2,3,4...')
* 'alpha'=Same than alphanohtml since v13
* 'alphawithlgt'=alpha with lgt
* 'alphanohtml'=check there is no html content and no " and no ../
* 'aZ'=check it's a-z only
* 'aZ09'=check it's simple alpha string (recommended for keys)