How many requests will be send to server and response
coming from server when you open a web page (e.g. xyz.php)
which has an image tag?
Answer Posted / salvin
Request for xyz.php
Response by server
#client Browser encounters an image tag
Request of image
Response by server
Total 2 Requests,2 Responses
| Is This Answer Correct ? | 40 Yes | 2 No |
Post New Answer View All Answers
Which software is best for php?
What are the ways to define a constant in php?
How to access a global variable inside a function?
What does csrf token mismatch mean?
What is php good for?
What is php routing?
How to access a specific character in a string?
What is "print" in php?
Which will check if a function exists?
What is php's mysqli extension?
which will print out the php call stack?
Tell me how can I display text with a php script?
Tell me how to find the length of a string?
What is the main difference between asp net and php?
How check variable is set or not in php?