SEARCH:
Previous: gpSet Next: gpUnset

gpSetFromArray

string GP_prefix
array Row


Sets the value of a one or more GET-POST Variables so that later code sees them as if they were passed from the browser.

One GET-POST Variable will be created for each element in the Row array. The name of the variable will be the string concatenation of GP_Prefix and the array element's index. The value will come from the array element's value.

Previous: gpSet Next: gpUnset