Re: [PHP] how to passing two dimension array

2003-01-09 Thread Marek Kilimajer
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

Re: [PHP] how to passing two dimension array

2003-01-09 Thread Rizki Salamun
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

Re: [PHP] how to passing two dimension array

2003-01-09 Thread Marek Kilimajer
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