Re: [PHP-DB] jpgraph and mysql passing array

2011-03-24 Thread Simcha Younger
On Wed, 23 Mar 2011 15:59:50 -0500 Chris Stinemetz wrote: > Hello, > > echo "You Selected the following:Market = $term Cell_Sector = > $term2Timestamp = $term3"; ?> note the closing PHP tag above, and now this line here, is not in php, and does not echo the php variables. > > > // I thin

[PHP-DB] jpgraph and mysql passing array

2011-03-23 Thread Chris Stinemetz
Hello, I hope you can help me. The Jpgraph forum seems to be pretty uneventful with participation. I am trying to pass arrays through the image tag to populate my variables for my graph. I keep getting an error that there is no input. Do you have any suggestions? I would greatly appreciate it