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 |
Why do we use csrf token?
What is the purpose of destructor ?
what are the differents between 'action' and 'target' in form tag?
How many php functions are there?
What is singleton class in php?
Tell me how can we display information of a variable and readable by human with php?
Which is better session or cookie?
when we submit any string in single inverted comma('abc') with get or post method,we will get exact string with single inverted comma('abc')by using $_REQUEST[]. But it is giving (\'abc\'). so anybody please help me to remove that slash,therefore i will get exact string...
Is python easier than php?
how to track user logged out or not? when a user is idle?
Where php basically used?
How arrays are passed through arguments?