Hi!
An website gets its mainframe ( a php file) from one place like below.
<frameset rows=“0,*” frameborder=“no” border=“0” framespacing=“0”>
<frame src=“http://www…/the/index.php” name=“mainFrame” id=“mainFrame” />
<frame src="<A href=“http://www…/the/index.php”></frameset">http://www…/the/index.php"></frameset>
<noframes><body>
</body>
So all pictures(many) in this website actually resides in palce that host php file. What about the hosting palce for the website.The bandwidth from hosting place must be so low as all is widrawn from other place.
Hope that I can make it clear. thanks for this very newbi question as I am new to php.
Regards.