Hi,
Would like to ask a question about Bandwidth consumption for a php script.
As PHP is a server-side script, does it means that the Bandwidth consumes by the viewer does not include the codes' size?
For example, if i have 100kb of codes (coded in PHP) and 80kb of image size in this script upon loading, will the user consumes 80kb (only the image size) bandwidth or 180kb (total size including the codes)??
Any comments / advice will be appreciated. Thanks.