hi,

im trying to do this:
...
<BR>
<? if ($_SESSION['valores_relativos']) echo '<img
src="./5_grafico_total.php">';
else include ("./5_grafico_total.php");?>
</FONT>
...

and it works perfectly, BUT

if i wanna send vars with GET like:
...
<BR>
<? if ($_SESSION['valores_relativos']) echo '<img
src="./5_grafico_total.php?aVar=aValue">';
else include ("./5_grafico_total.php?aVar=aValue");?>
</FONT>
...
it doesnt work!

someone has any ideas?

tkx in advance.

-- 

Herberto Graça.
_________________________________
E-mail : [EMAIL PROTECTED]
MSN : [EMAIL PROTECTED]
HomePage : http://herbertograca.no-ip.org

É devido à velocidade da luz ser mais rápida que a do som que
certas pessoas parecem inteligentes antes de abrirem a boca!

It's because the speed of light is greater than the speed of sound that
some people look intelligent before they open their mouth!

isik hizi ses hizindan fazla oldugundan, bazi insanlar
agizlarini acmadan once zekiymis gibi gorunuyorlar!



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to