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
I am writing an application in php that outputs a printable version of driving directions. It contains some long sentences, and I am a neat freak, and would like to make sure that no line exceeds 50 characters. How do I accomplish that with php?
Why laravel is the best php framework in 2019?
How do I end a php session?
Which MySQL function would you use to select a database?
What is strcmp?
What are the differences between require and include?
Explain me what is x+ mode in fopen() used for?
How can you upload a file using php?
What are php string functions?
What does odbc do in context with php?
How do you measure variables?
What is the difference between characters and #?
Does php support multiple inheritance?
What is a null coalescing operator in php7?
Which function would you use to format date information in php?