Hi, new to php.
Just wondering if their is another way to pass an array into another php page.
Im using two php3 pages.
The second php page generates a pie chart as a gif, and the first page works out some data and then displays the pie chart as a gif using <img src="piechart.php3"> and also some other statistics.
Both pages use the data to display info, so either page can do the calculations, and to save time doing the same thing twice, id like to pass the data between them.
Thanks in advance.