Hi,
I have to make graph from php array of around 300 values. I am using
PHPlots for making them.
And i have to use the values of array around 4-5 scripts.
So is it advisable to make that array a global variable or converting
data to a XML file and loading the values on need.
Regards
I have to make graph from php array of around 300 values. I am using
PHPlots for making them.
And i have to use the values of array around 4-5 scripts.
So is it advisable to make that array a global variable or converting
data to a XML file and loading the values on need.
Regards
Comment