This is a discussion on Displaying Multidimensional Arrays within the PHP General forums, part of the PHP Programming Forums category; I am trying to create a function that will take a multidimensional array and turn it into a form based ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
I am trying to create a function that will take a multidimensional array and
turn it into a form based off the information in the array. I have run into a bit of a road block when it comes to displaying the array. Would anyone be able to offer some assistance on this front? - Jason |
|
|||
|
I actually found a way of handling this on my own. Thanks.
- Jason "Jason Williard" <jason@jasondubya.com> wrote in message news:20030825205951.66363.qmail@pb1.pair.com... > I am trying to create a function that will take a multidimensional array and > turn it into a form based off the information in the array. I have run into > a bit of a road block when it comes to displaying the array. Would anyone > be able to offer some assistance on this front? > > - Jason |