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
Will a comparison of an integer 12 and a string "13" work in php?
iam mca post graduate in 2010 not getting job in JAVA so iam looking for carear in php as market demand is high so it is best option to try for php or not
Is empty array php?
What is in a cookie?
Difference between get and post method.
What is the output of the following php code?
What does $_env mean?
How are sessions maintained?
What is difference Between PHP 5 and 7?
What is the array in php?
What is php session start?
Which will check if a function exists?
How to count a number of words in a string in php?
What is php array function?
Tell me how can we display information of a variable and readable by human with php?