try
print_r($_POST);
in page2.php
Rizki Salamun wrote:
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 page
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
if $i=1 and $j=2, you should be able to get $_POST['vari'][1][2] in
page2.php
Rizki Salamun wrote:
hi there..
I have a problem when I want to passing two dimension varible. I made this
variable from html form.
like this:
print "";
?>
a
b
...
...
but when again I want
3 matches
Mail list logo