Hi! I have nearly cracked this and am stuck on the last bit.
I am asking my visitors to rank 8 different items (a,b,c,d,e,f,g, h) from 1
to 10 and then I want to draw a pie chart of those values. My page
(draw_pie.php) that draws the pie chart works as it should and I link to it
like this ...
<A
HREF="draw_pie. php?a='.$a.'&b= '.$b.'&c='.$c.' &d='.$d.'&e='.$ e.'&f='.$f.'&g= '
..$g.'&h='.$h.' ">Pie Chart</A>
But I want to present the visitor with some explanatory notes and the pie
chart underneath on the same page so I am doing this ...
<IMG
SRC="draw_pie.p hp?a='.$a.'&b=' .$b.'&c='.$c.'& d='.$d.'&e='.$e .'&f='.$f.'&g=' .
$g.'&h='.$h.'" WIDTH="300" HEIGHT="200">
But all I get is the "missing image" red cross in a 300 x 200 box???
Any ideas?
Help always appreciated.
Paul.
I am asking my visitors to rank 8 different items (a,b,c,d,e,f,g, h) from 1
to 10 and then I want to draw a pie chart of those values. My page
(draw_pie.php) that draws the pie chart works as it should and I link to it
like this ...
<A
HREF="draw_pie. php?a='.$a.'&b= '.$b.'&c='.$c.' &d='.$d.'&e='.$ e.'&f='.$f.'&g= '
..$g.'&h='.$h.' ">Pie Chart</A>
But I want to present the visitor with some explanatory notes and the pie
chart underneath on the same page so I am doing this ...
<IMG
SRC="draw_pie.p hp?a='.$a.'&b=' .$b.'&c='.$c.'& d='.$d.'&e='.$e .'&f='.$f.'&g=' .
$g.'&h='.$h.'" WIDTH="300" HEIGHT="200">
But all I get is the "missing image" red cross in a 300 x 200 box???
Any ideas?
Help always appreciated.
Paul.
Comment