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

2011-03-27 Thread Chris Stinemetz
On Sat, Mar 26, 2011 at 9:44 PM, Brian Smither wrote: > Would you try an experiment? Thanks for for the suggestion but this didn't seem to work. I beleive it is a header conflict based on what I have researched. I just can't seem to find a solution. > > In this line: > $sql = ("SELECT * FROM evd

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

2011-03-26 Thread Brian Smither
Would you try an experiment? In this line: $sql = ("SELECT * FROM evdobanding WHERE Market like '%$term' and Cell_Sect = '$term2' and Date = '$term3' ORDER BY distance asc"); Change to: $sql = "SELECT * FROM evdobanding WHERE Market like '%".$term."' and Cell_Sect = '".$term2."' and Date = '".$

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

2011-03-23 Thread David Robley
Chris Stinemetz wrote: > 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 a