Search found 1 match
- Mon Aug 02, 2010 3:51 pm
- Forum: Javascript
- Topic: Moving array elements in form
- Replies: 0
- Views: 1317
Moving array elements in form
I am having a following array: $MyArray = array( 'a'->array(18->array(name->'john',surname='smith'),35->(name->'melinda',surname='gates')...)), 'b'->... 'z'->... Note: Yes, I need those keys to be [A-Z]. Then I use that data to fill out my form: <form action="doarray.php" method="post...