Hi all. I am having a simple problem with jpgraph. I have two files and I would like to pass a variable from one file to another(a jpgraph script with CSIM) so that it can be used to plot a chart. Below are my two files: main.php <html> Before plot: <br> <?php $datay=array(5,4,3,2,1); $datax=array(1...