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