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 pdo classes?
What does echo mean in php?
What is dao in php?
Tell me can the value of a constant change during the script's execution?
What is return in php function?
What is stripslashes php?
Explain me how to include a file to a php page?
Explain PHP looping?
Tell me what kind of things have you done on the social side?
Tell me what is the difference between characters 34 and x34?
Explain Whitespace Characters?
Does php support function overloading?
How to check a variable is an array or not in php?
Is laravel an oop?
What are the advantages of triggers in php?