Newbie question, but how do I do this in PHP?
Thanks in advance,
Rich
In particular, the GET*VARS[] arrays.
Err the $HTTP*VARS[] arrays rather.
$count = count($HTTP_GET_VARS); or $count = count($HTTP_POST_VARS);