Heres just a little question...
Lets say for example we had a script which had an IF ELSE statement in it. Something like the following:
[PHP]$number = 5;
if($number == 2){
// 1mb of text
} else {
echo "hello";
}[/PHP]
Where it says 1mb of text - what if there was infact about a megabyte of either code or just plain text. If this script was run even though what is inside that if statement wouldnt be parsed as such would it still use that 1mb of bandwidth?
Comments
The code PHP executes dot not equal the bandwidth.
Webmaster-Talk.com
Chroder.com
Cleared it up
The Royal Ram