Question:You need to count the number of parameters given in the URL by a POST operation. The correct way is:
A Count($POST_VARS); B Count($POST_VARS_PARAM); C Count($_POST); D Count($HTTP_POST_PARAM);
+ AnswerC
+ Report