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


Please Help Members By Posting Answers For Below Questions

What is explode() in php?

765


How to replace a substring in a given string in php?

736


What is the difference between fopen() and fclose()?

832


In how many ways we can retrieve the data in the result set of mysql using php?

703


What are sql injections, how do you prevent them and what are the best practices?

754


Which function you can use in php to open a file for reading or writing or for both?

851


Why do we use polymorphism in php?

758


Where do we use get and post?

716


What are soundex() and metaphone() functions in php?

665


Who is the father of php?

838


What are the advantages of object-oriented programming in php?

710


How to include variables in double-quoted strings?

705


What are objects in php?

715


What is PECL?

970


What is the difference between for and foreach in php?

696