GETPOSTISSET Function
Category: Dolibarr
Sub-Category:
Creator: Jan-Maurice Dahlmanns
Created: 2023-01-10 08:47:25
Modified: 2024-11-21 17:21:10
Views: 56
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.
GETPOSTISSET()
Example:
if (GETPOSTISSET('varname')){...}
Usage:
GETPOSTISSET will check if a $_POST or $_GET Variable with name "varname" is set