[prog] On the fly graphs with php

Clifford Crawford cjc26 at cornell.edu
Fri Jul 15 10:58:17 EST 2005


On 2005/07/14, at 18:23, Conor Daly wrote:

> I presume, having already loaded the array as data returns from the  
> DB, I
> should do:
>
> $_SESSION["datapoints"] = array_vals($array1);
>
> To transfer the array.  Or can I just do
>
> sessionregister($array1);
>
> instead?

Yes, either one should work.  (though the latter one should be:  
session_register("array1"); )


--
  Cliff Crawford             ***             cjc26 at cornell.edu

"The perfection of art is to conceal art."      -- Quintilian



More information about the Programming mailing list