I may have a variable that changes page to page, but once it loads up, it
never needs to be changed on that page.

So my question is should i just do:

define("myvar", 3);

OR:

$myvar = 3;

does defining it make that much of a difference (if i have several of these
variables that could be defined instead).

- Noah



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to