I need to reference this array in each web page.
My plan was to assign all the array elements in a file then include it in each page.
But it seems like this would take up a lot of processing when it repeats the array assignment for each page.
Is there a more efficient way to do this in php?
thanks in advance.