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?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / roshan karwalkar
i think one request and one response because client send
request for xyz.php and server will give response as a page
containing image.
Is This Answer Correct ? | 0 Yes | 2 No |
hai, friend i srinu i had completed my graduation in 2004. now i am fineshed PHP course .may i get any oppartunity on php progr pls sugg me . thank u
How to retrieve the original query string?
What is implode() in php?
How do you display the output directly to the browser?
what is the abbrevation of PHP?
How to delete a file from the system?
What is php constructor?
What are majic methords in php?
What does the unset() function means?
Can a trait extend a class php?
How to close a session properly?
What does $_env mean?