PHP Interview Questions, PHP Objective Type Questions, PHP Tutorial pdf
Home
PHP Interview Questions
PHP Multiple Choice Questions
PHP Tutorial
skip to main
|
skip to sidebar
You need to count the number of parameters given in the URL by a POST operation. The correct way is: | PHP MCQs
01:13
PHP Interview Questions and Answers
1 comment
a. count($POST_VARS);
b. count($POST_VARS_PARAM);
c. count($_POST);
d. count($HTTP_POST_PARAM);
Ans: c
Email This
BlogThis!
Share to X
Share to Facebook
Newer Post
Older Post
Home
1 comments:
nilu
said...
c ) count($_POST);
2 November 2015 at 20:26
Post a Comment
Blogger news
Home
PHP Interview Questions with Answers
PHP MCQ Questions with Answers
PHP Tutorial for Beginners pdf
Followers
Categories
100 TOP PHP Interview Questions and Answers for Freshers pdf free download
(1)
PHP Objective Questions and Answers for freshers pdf free download
(1)
1 comments:
c ) count($_POST);
Post a Comment