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
How error handling is being handled by php?
What is difference between array_merge and array_combine?
Can we extend two classes in php?
What is printf in php?
How escape single quotes php?
Does php have multiple inheritance?
Explain object-oriented methodology in php?
Is empty check in php?
What is associative array in php?
Do you know how can php and html interact?
What is the difference between php 5 and php 7?
What is the most convenient hashing method to be used to hash passwords?
What is the best php framework 2018?
What is the Default syntax used in PHP?
What is difference between session_unset and session_destroy?