You need to count the number of parameters given in the URL by a POST operation. The correct way is: | PHP MCQs

a. count($POST_VARS);
b. count($POST_VARS_PARAM);
c. count($_POST);
d. count($HTTP_POST_PARAM);

Ans: c


1 comments:

nilu said...

c ) count($_POST);

Post a Comment

Blogger news