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 / 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 |
Post New Answer View All Answers
Write a query to find the 2nd highest salary of an employee from the employee table?
How stop the execution of a php scrip?
Tell me will a comparison of an integer 12 and a string "13" work in php?
Why php is widely used?
How can we display information of a variable and readable by a human with php?
What advance thing in php7?
How does session work in php?
Which of the data type is compound datatype supported by PHP?
What is php array function?
What is memcache?
What is class extend in php?
How can I convert ereg expressions to preg in php?
What is php key?
List some features of php that are deprecated in php
Can we embedded directly PHP code into XHTML document? State Whether True or False?