Script bandwidth question

PythonPython Forum LeaderThe Royal RAM
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?

The Royal Ram

Comments

Sign In or Register to comment.