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
What is the difference between mysqli_fetch_object() and mysqli_fetch_array()?
Which array function checks if the particular key exists in the array?
What is mysql_fetch_object?
Define anonymous classes in php7?
Does php 5 support exceptions?
Is php 7 backwards compatible?
Explain include(), include_once, require() and require_once?
Tell me how a constant is defined in a php script?
How do I stop a php script?
How can you propagate a session id?
What are the design patterns in php?
sort term descripttion form, report and uery
Is null check in php?
How come the code works, but doesn’t for two-dimensional array of mine?
What is the w3c?