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
What are the options to transfer session ids?
What is env in laravel?
What can php do?
Can you define an argument as a reference type?
Tell me will a comparison of an integer 12 and a string "13" work in php?
What is the most common http method?
Tell me what is mean by an associative array?
How would you determine the size of a file in php?
Is it easy to learn php?
What is difference between get and post in php?
Do you know what is the difference between the include() and require() functions?
How to turn on the session support?
Do you know what is php?
How to randomly retrieve a value from an array?
What are the difference between abstract class and interface in oops?