Boneripper wrote:
hi,
im trying to do this:
...
';
else include ("./5_grafico_total.php");?>
...
and it works perfectly, BUT
if i wanna send vars with GET like:
...
';
else include ("./5_grafico_total.php?aVar=aValue");?>
include cannot pass variables as in get request, set the variables firs
On Sat, 2004-02-14 at 15:46, Boneripper wrote:
> src="./5_grafico_total.php?aVar=aValue">';
> else include ("./5_grafico_total.php?aVar=aValue");?>
Using include literally inserts the contents of the file into your
code. One way to achieve what you are looking for is to set the
variables you wan
2 matches
Mail list logo