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 |
Write an example to remove html tags from a string in php?
Tell me how to set a page as a home page in a php based site?
difference between clanguage and c++
How session works (internal processing of session) ?
3 Answers ASD Lab, IPSR Solutions,
What language is php based on?
•How do you create subdomains using PHP?
How many php functions are there?
Will a comparison of an integer 12 and a string "13" work in php?
Explain what does the expression exception::__tostring means?
How can we determine whether a variable is set?
Is array a key php?
Are sessions stateless?