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?
Answer Posted / 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 View All Answers
What is the function mysql_pconnect() useful for?
Explain what are the different errors in php?
What is the difference between associative array and indexed array?
Do you know what is use of count() function in php?
What is serialization in php?
What is stripslashes php?
What is the use of $_server["php_self"] variable?
What is the Default syntax used in PHP?
Is php an oop?
Declare a new variable in php equal to the number 3;
How to get no of arguments passed to a PHP Function?
What is trait in php?
What does $_server mean?
What are form input html tags?
What is php constructor?