dear all,
please, any body who has experienced with jpgraph, tell me how to install
this library.
because I want to use this library to create bar chart as dynamic image.
I'm using phpdev5 in my win 98.
thank you in advance
Rizki Salamun
http://www.salamun.net
--
PHP General Mailing
its works!!
thanks alot guys, i have tried with this codes:
array1.php
--
">
One
Two
Three
Four
Five
array2.php
--
";
}
}
?>
and the output are come out in the array2.php
since the output can printed out, means that this page (array2.php) can
receive these vari
On Thu, 9 Jan 2003, Marek Kilimajer wrote:
> if $i=1 and $j=2, you should be able to get $_POST['vari'][1][2] in
> page2.php
>
I have tried with set the variable $vari[1][2]="TRY" in page1.php and
send it by hidden field.
and in page2.php I put script:
echo $_POST['vari'][1][2];
but still n
hi there..
I have a problem when I want to passing two dimension varible. I made this
variable from html form.
like this:
";
?>
a
b
...
...
but when again I want to print the $vari[$i][$j, in the page2.php it
seems doesnt recognize this variable.
thanks
-rizki-
4 matches
Mail list logo