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
Is php dead 2019?
How can I prevent sql-injection in php?
How do I run php?
What is the difference between get and post method in php?
What is instantiation?
How is a session id generated?
How to specify argument default values?
What is the use of limit in mysql?
How stop the execution of a php scrip?
What is difference between count or sizeof function in php?
How do I run a php script?
What are the advantages of php?
What is the differences between $a != $B and $a !== $B?
How do I find out the number of parameters passed into function9?
Which is a perfect example of runtime polymorphism?