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
What is explode() in php?
How to replace a substring in a given string in php?
What is the difference between fopen() and fclose()?
In how many ways we can retrieve the data in the result set of mysql using php?
What are sql injections, how do you prevent them and what are the best practices?
Which function you can use in php to open a file for reading or writing or for both?
Why do we use polymorphism in php?
Where do we use get and post?
What are soundex() and metaphone() functions in php?
Who is the father of php?
What are the advantages of object-oriented programming in php?
How to include variables in double-quoted strings?
What are objects in php?
What is PECL?
What is the difference between for and foreach in php?