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
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 = '".$
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