Date: 01/05/01
- Next message: abdel: "[phplib] session"
- Previous message: Fred Yankowski: "Re: [phplib] Inserting PHP Files using Templates"
- Next in thread: Marko Kaening: "Re: [phplib] array problem"
- Maybe reply: Marko Kaening: "Re: [phplib] array problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: abdel: "[phplib] session"
- Previous message: Fred Yankowski: "Re: [phplib] Inserting PHP Files using Templates"
- Next in thread: Marko Kaening: "Re: [phplib] array problem"
- Maybe reply: Marko Kaening: "Re: [phplib] array problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

