Hi, how can I remove a variable from a URLVariables object?
In my dynamic mysql query made in php I test the incoming variables using “isset”, and then I check if the value is “null” o is empty.
I would like to use just “isset” to check if the POST variable is relevant for the query.
Regards: Miguel