Re: [PHP] auto forms from mysql database

2004-02-02 Thread Justin Patrin
Kelly Hallman wrote: On Tue, 3 Feb 2004, Justin French wrote: So, looks like I'm back to PHP logic. I considered that I could store a simple array of required/etc field names to which I could check against when building the form from the mysql data, but my hope is that someone else has tackled s

Re: [PHP] auto forms from mysql database

2004-02-02 Thread Kelly Hallman
On Tue, 3 Feb 2004, Justin French wrote: > So, looks like I'm back to PHP logic. > > I considered that I could store a simple array of required/etc field > names to which I could check against when building the form from the > mysql data, but my hope is that someone else has tackled something like