Programming - PHP - Discussion

You Are Here :: Home > Programming > PHP - Discussion

 



Q.

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);

Answer: Option C
Explaination:

 


No Explanation




Discussion

Your Comments Goes here...
NameDiscussion