I've got about 30 variables hard-coded into a php script and I need to remove them all and put them into their own places. I'm wondering, should define them as constants, globals, put them into a class, throw them in a separate file, or something else.
Also, I'm curious on how to define an array of constants.
So, what do you think the correct way is?