Try function implode of an array (to make a string from your array) before you send it through form and then explode that string into array
Afan ----- Original Message ----- From: Polleke To: [EMAIL PROTECTED] Sent: Monday, January 14, 2002 3:15 PM Subject: [PHP-WIN] sending an array through post Hello, I need to send a lot of numbers with a form(post). How can I do that. I've tried just this: <input type="text" value="<?php $myArray ?>"> But that won't work. How then? polleke