Hello,
I must store values of checkboxes checkeds in my form (I already read the current column of PHPBuilder).
My form can only be submited using POST method because the size of query is very large...
My question are:
How to get some similar $QUERY_STRING but using POST method?
Using POST $QUERY_STRING is null... :o/