How can you count number of parameters given in a URL by
POST method?
Answer Posted / ghan shyam
you can count parmeter using cout function or sizeof function
count($_POST)
sizeof($_POST)
because parameter sent by any method(POST OR GET METHOD) comes in array
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
How to create a text file in PHP?
What are the final class and final method?
What is php7?
When do you use define() and when do you use const. What are the main differences between those two?
What are different types of errors available in Php?
Explain what does the unset() function means?
How would you determine the size of a file in php?
Suppose your zend engine supports the mode Then how can you configure your php zend engine to support Mode ?
Is jquery better than javascript?
I need to know about the courses which are useful in corporate companies.. especially php/mySQL, Java/j2ee, .NET.. also tell if any other courses are valuable
What's the difference between accessing a class method via -> and via ::?
What is difference between ksort() and usort() functions.
What is api example?
How does one prevent the following warning ‘warning: cannot modify header information – headers already sent' and why does it occur in the first place?
What is scope of variable in php?