I have hit a brick wall now, and cant work out how to pass a multi dimention array using a form.
<input name="order[]" type="text" value="" />
This allows you to pass an array using a form, however i want to pass a multi dimention array, is this possible?
eg,
<input name="order['customer']['name']" type="text" value="" />
<input name="order['product']['colour']" type="text" value="" />
<input name="order['product']['qty']" type="text" value="" />