Aug 19

A Better Way to Handle HTML Field Arrays With PHP

Adding HTML fields so that when they get submitted back to the server in an array format is easy, but what about when you want to group multiple fields together to make up a single entry? Most of the time, that’s when things get a bit tricky. In order for the array fields [...]