Hello,
I don't know if this is possible, but I'm sure there is a better way. I am building a website that doesn't store data in a database, but stores it in a session variable to create a dynamic pie chart. The chart requires that my calculated data is in an array. The final calculations are store in the following variables:
$self, $family, $faith, $friends, &$finances, $fun. How can I pull the data from these variables into the array?
Thanks.
I don't know if this is possible, but I'm sure there is a better way. I am building a website that doesn't store data in a database, but stores it in a session variable to create a dynamic pie chart. The chart requires that my calculated data is in an array. The final calculations are store in the following variables:
$self, $family, $faith, $friends, &$finances, $fun. How can I pull the data from these variables into the array?
Thanks.