Hi, I'm just getting started with app engine, and am porting a php site I developed as a learning tool. The input form on my page allows one to enter a number of participants in a small school program. As such, some fields are common to many people, such as last name. In my input form, therefore, there are a column of textboxes, with name=lname[]. When the form is posted when the submit button is clicked, the global php variable, $_POST, contains the field lname[], which is an array of entries.
It's not clear to me how to handle such an array when it is posted in app engine and parsed with python. How does one do this? Thanks for your replies, Mike -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
