03-04-2008, 08:03 PM
|
#6 (permalink)
|
|
The Frequenter
Join Date: Dec 2007
Location: Bucharest, Romania
Posts: 438
Thanks: 3
|
I think he needs constants:
PHP Code:
define('SOME_VAR', 'abcde');
SOME_VAR = 'test'; // fatal error
__________________
I have optimistic thoughts, even though sometimes (if not always) life's a bitch.
|
|
|
|