Re: [PHP] Help with image map problem...

2005-06-23 Thread Richard Lynch
On Wed, June 22, 2005 10:16 pm, Joey said: > If I put this in the .php file, the results are as expected: > Value: <% echo $value; %> > > If in the SAME file I put: > > $value %>" shape="rect" coords="51, 1, 215, 34"> > I'm gonna go out on a limb and put my money on: Your stuff is inside of a

[PHP] Help with image map problem...

2005-06-22 Thread Joey
OK this is one of those crazy issues where blindness seems to set in, or some kind of issue. I seem to not be getting a value passed to a php script when trying to use the value within an image map. If I put this in the .php file, the results are as expected: Value: <% echo $value; %> If in th