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 page2.php I put script:

echo $_POST['vari'][1][2];

but still not working. any sugestion?

thanks

-rizki-




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

Reply via email to