GETPOST Function

ID - _BUGFISH - E#186
^Top
<< Back
Mobile-Menu










GETPOST Function
Category: Dolibarr
Sub-Category:
Creator: Jan-Maurice Dahlmanns
Created: 2023-01-10 08:47:25
Modified: 2024-11-21 17:30:18
Views: 82

Caution: I do not guarantee the reliability of the information given here, the code described on this page is executed at your own risk and in the event of damage or other unforeseeable consequences I am in no way responsible or liable.

GETPOST Function to get a value out of $_POST or $_GET request.
Varname: Is the name of the vaue provided via the request. The value will be stored in
$monChamp.
INT: Is a checking string. In this case it checks the value of the request to be an integer.
These checking algorithms are available to choose from:
'none' - Keine Überprüfung des Parameters
'int' - Verifizierung ob Wert eine Ganzzahl
'intcomma' - Verifizierung ob Wert eine Ganzzahl mit Kommas getrennt ist
'alpha' - Verifizierung ob Text und Zeichen
'aZ' - Überprüfen ob a-Z Zeichen enthalten sind
'aZ09' - Überprüfen ob a-Z und 0-1 enthalten sind
'array' - Überprüfe ob Array enthalten ist
'san_alpha' - Gelöschte Zeichenfolge (nicht für freien Text verwenden) [Unbekannte Funktion]
'nohtml' - Überprüfen Sie, ob kein HTML-Code vorhanden ist
'alphanohtml' - Überprüfen Sie, ob kein HTML-Code vorhanden ist
'custom' - definiert durch die Filter und Optionen, die mit den Parametern $ filter und $ options
folgen 

Currently 0 Upvotes!

captcha image
System - 2024-11-04 23:43:59
Commenting System Initialized! Have a very nice day!

Switches: 1 | Arrivals: 9 | Visits: 10
This Website is using Session Cookies for Site Functionality.