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
Write a program in php to print a table of a number?
Which array function checks if the particular key exists in the array?
How I can control asset documents without GR/IR?
How to create a session? How to remove data from a session?
What is use of count() function in php?
What is php explain how php works?
What are the method available in form submitting?
How to strip whitespace (or other characters) from the beginning and end of a string?
How can a cross-site scripting attack be prevented by php?
What is difference between require_once(), require(), include()?
Tell me will a comparison of an integer 12 and a string "13" work in php?
How can we extract string "pcds.co.in" from a string "https://info@pcds.co.in" using regular expression of php? More on reg can you explain
What is list function with their uses.
Can we extend multiple classes in php?
What is the difference between query and question?