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
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 |
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 |
how to uploade video in php????
Which function is used in php to search a particular value in an array?
What are the advantages of using php?
Can I use node js with php?
Explain a resource?
I have two radio button, i click one radio button display one dropdown box, one text field. and then click another radio button display one text field.so any one give me good idea plz.....i used <div id="" style=display:none> but not work..
What is a null coalescing operator in php7?
How do you define a constant?
What are the limitations or drawbacks of PHP ?
Do you know what is use of count() function in php?
how set session expire time in php?
What is abstract class php?