
June 8th, 2000, 08:24 AM
|
|
Junior Member
|
|
Join Date: Jun 2000
Posts: 7
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
When information is returned from a form, it can be extracted from global variables quite easily.
However, it appears to be better to use $HTTP_POST_VARS for this. After all, this is what it was designed for.
My problem is that if values from several checkboxs are returned in an array, eg $check[], all I can get from $HTTP_POST_VARS is a variable 'check' containing the value 'Array'.
How can I extract the values from the 'check' array?
Mike Saapsard
|