[phplib] array problem From: abdel (abdel <email protected>)
Date: 01/05/01

hi

can you tell me how to send array variable into a form ?
<?
    oneArray = array(0=>array(1,2),
                                2=>array(4,3),
                                3=>array(51,21));
?>
<form method="post" action "toto.php">

<input type="hidden" name="oneArray" value="" <==
.....

</form>

---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>