define a constant array
am 09.10.2007 21:07:58 von PaowZHi there!
I know that defining constant arrays such as:
define('my_array',array('element_1','element_2','element_3'. ..) )
... is not allowed in php..(only scalars)
Do you know any workaround about it without the use of $_SESSION ?
thanks a lot :)