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 kind of variable is age?
What are regular expressions in programming?
What type of comments are supported by PHP.
Tell me what is the difference between exception::getmessage and exception::getline?
How can I embed a java program in php file and what changes have to be done in php.ini file?
Is php difficult to learn?
What is url encoding and decoding in php?
What does nan stand for computer science?
what the new feature add in php 7.2?
What is a definer in mysql?
Tell me what kind of things have you done on the social side?
What is meant by PEAR in PHP?
Which php global variable is used for uploading a file?
Explain what does $_files means?
Why php script is not running in browser?