Re: Anyway to have associative form properties?

2007-07-30 Thread James Carr
Nevermind... I found this, and used a little bit of hackery. I would like to know if there is a better way. http://www.bartbusschots.ie/blog/?p=262 Thanks, James On 7/30/07, James Carr <[EMAIL PROTECTED]> wrote: > Hey all, > > In php, I used to have complex forms in some of my applications > ass

Anyway to have associative form properties?

2007-07-30 Thread James Carr
Hey all, In php, I used to have complex forms in some of my applications associated to something, like this: Which, when posted, mapped to: $_POST['employees']['james']['address'] essentially, I'd have an employees hashMap with all of the employee names submitted, which contained information a