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?

Answers were Sorted based on User's Feedback



How many requests will be send to server and response coming from server when you open a web page ..

Answer / 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

How many requests will be send to server and response coming from server when you open a web page ..

Answer / sam

1 request and 2 responses

Is This Answer Correct ?    6 Yes 8 No

How many requests will be send to server and response coming from server when you open a web page ..

Answer / 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

More PHP Interview Questions

What is the salary for php developer(Fresher)?

1 Answers  


Where can I find php ini file?

0 Answers  


Where is my php ini file?

0 Answers  


How to implement a class named dragonball. This class must have an attribute named ballcount (which starts from 0) and a method ifoundaball. When ifoundaball is called, ballcount is increased by one. If the value of ballcount is equal to seven, then the message you can ask your wish is printed, and ballcount is reset to 0. How would you implement this class?

0 Answers  


Can I write php code in html file?

0 Answers  






What are the different data types in javascript?

0 Answers  


Which is the best institute in Chennai to learn PHP? Please help.

0 Answers   BPO,


i am a php programmer can i be a java programmer?

3 Answers  


Actually am working in existing project which is developed in .net, am converting the .net into php code. am facing problem after uploading the .php in server. amgetting the error message like "The page cannot be found" but its working perfectly in local host

2 Answers  


What is the difference between client-side and server-side programming?

0 Answers  


How to pad an array with the same value multiple times?

0 Answers  


Questions on OOP concepts 1. What are the access specifiers available in php ? Explain 2. What is object cloning ? 3. What are the differences between interface and abstract class ? 4. What is overloading ? 5. What is overriding ? 6. How to prevent function overriding ? 7. What is the use of "final" keyword ? 8. What is static variable ? How will access a static variable ? What is static class ?

2 Answers   IPMC, NIIT,


Categories