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 are the __construct() and __destruct() methods in a php class?
How do we get the current session id?
Tell me what is the use of "enctype" attribute in a html form?
What is php session_start() and session_destroy() function?
What are the functions to be used to get the image's properties (size, width and height)?
What are the different types of PHP arrays?
How arrays are used in php?
Starting or restarting a computer is called
How can I make a script that can be bilingual (supports english, german)?
Write a program to swap two numbers using php.
write a prog using insert,update,delete in this manner as output? name: phno. add button 1.name phno. edit button delete button 2.
Tell me what is the main difference between require() and require_once()?
What is the difference between abstract class and interface in php?
What is __ invoke in php?
Explain NULL?