Dynamic use of constants
Posted: Mon Jun 25, 2007 10:02 am
I have constants that look like this:
USERS_RAKETRACKING_JANUARY
USERS_RAKETRACKING_FEBUARY
etc.
and I am trying to dynamically call them in a loop as I loop through the months like this:
but of course that does not work. so I was wondering if that I am trying to do is even possible or if I need to go about this another way.
USERS_RAKETRACKING_JANUARY
USERS_RAKETRACKING_FEBUARY
etc.
and I am trying to dynamically call them in a loop as I loop through the months like this:
Code: Select all
USERS_RAKETRACKING_.$val