howto: receive multiple arrays from form using []

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Locked
mkaye
Forum Newbie
Posts: 8
Joined: Sat Oct 29, 2005 9:40 am

howto: receive multiple arrays from form using []

Post by mkaye »

i am trying to receive multiple arrays from a from using <fieldname>[] - if i do a print_r($_POST) it shows the fields as arrays, but if i do print_r($_POST['<fieldname>]) all i get is Array1
what am i missing??

mark
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

mkaye wrote:what am i missing??
..the rest of the thread you already created.
[url=http://forums.devnetwork.net/viewtopic.php?t=30037]Forum Rules[/url] Section 1.1 wrote:3. Do not make multiple, identical posts. This is viewed as spam and will be deleted.
Locked