Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

Explain what is the difference between $var and $$var?

0 Answers  


How to remove the new line character from the end of a text line in php?

0 Answers  


What is repository in php?

0 Answers  


class Database { public static $_instance; public static function getInstance() { if(!isset(self::$_instance)) self::$_instance = new Database(DB_SERVER, DB_USER, DB_PASS, DB_NAME); print_r(self::$_instance); return self::$_instance; } } can any one explain "self::$_instance = new Database(DB_SERVER, DB_USER, DB_PASS, DB_NAME);" this line

1 Answers  


hello.. i am b.tech 4th year student. i am confused that i should learning php or java. I have some knowledge of java and developed project in java, but i want to develop my career in php. So plz suggest me , i should go with php or java.

5 Answers  


Does not want to see PHPSESSID in the url. How can be done this ?

3 Answers  


What is the difference between $argv and $argc? Give example?

0 Answers  


What are classes in php?

0 Answers  


What is php variable?

0 Answers  


Explain the difference between mysql_connect and mysql_pconnect?

0 Answers  


What is session php?

0 Answers  


Can php run on windows server?

0 Answers  


Categories