On one of my pages I declare an array to null. I then use several forms. The first form puts information into the array and the user clicks submit. But I guess when it submits, it reloads the page and redeclares the array and I loose whatever was put in the array. Is there a way to #define the array so that php doesn't keep redeclaring it or is there another work around? I'm doing each form in an include file but that shouldn't make a difference. thanks.