How can you count number of parameters given in a URL by
POST method?
Answer Posted / avishek kumar
we can use count() function for it like
count($_POST) ;
| Is This Answer Correct ? | 7 Yes | 3 No |
Post New Answer View All Answers
Tell me what is the actually used php version?
What is session data?
What is the difference between mysqli_fetch_object() and mysqli_fetch_array()?
What is meant by urlencode and urldecode?
Is key exist in array php?
What is the purpose of break and continue statement?
Which parts of php are case sensitive?
What is env in laravel?
Why php is sometimes called as embedded scripting language?
Tell me what are the correct and the most two common way to start and finish a php block of code?
How to get the length of string?
What is pdo in php why use?
what is session_set_save_handler in PHP?
How can we access the data sent through the url with the post method?
How is traits used in php?