How can you count number of parameters given in a URL by
POST method?
Answer Posted / avishek kumar
we can use count() function for it like
count($_POST) ;
| Is This Answer Correct ? | 7 Yes | 3 No |
Post New Answer View All Answers
How do you end a session in php?
Which method removes the last element from the end of an array?
What is the purpose of the '.myi' file extension? What do thes file contain?
What is $_ files in php?
Do you know what is use of count() function in php?
Tell me what are the different types of errors in php?
What is the difference between require_once and require in php?
What is varchar mysql?
How to find the length of a string?
How do I sort numbers in php?
Explain about looping in PHP?
What is __ invoke in php?
What's the difference between using mysql_ functions and pdo?
What are the advantages of oops in php?
What is the difference between $name and $$name?