Where do we use get and post?
Answer / Ankush Goel
GET requests are typically used in browser URLs for data retrieval or when making AJAX calls, while POST requests are usually used for submitting forms, creating new resources, or updating existing ones.
| Is This Answer Correct ? | 0 Yes | 0 No |
Which is the correct way to check if a session has already been started ?
What is a php object?
Which php framework is best for web development?
What is fetch array in php?
How can we determine whether a variable is set?
What are the functions to be used to get the image's properties (size, width and height)?
How do you destroy a particular or all Sessions?
What is use of mysqli_query in php?
What is memcache?
Tell me what is the difference between get and post?
What is the difference between single-quoted and double-quoted strings in php?
How to check a variable is an array or not in php?