Hi,
I'm trying to code a generic system for updating databases. I don't have a problem with this as such but, this time, I'd like to be as modular as possible.
To this end I'd like to use functions for my forms, for the input tags and for the form validation. I.e. I'd like to wrap the form funtion around the input funcions to produce a reusable form system.
I'm not really sure where to start though - I've got six PHP books and one or two of them touch on the idea but not to an extent that I can work with.
I'm really just looking for a starter for ten. Does anyone have any ideas or resources they could point me to?
Thanks for any help,
Chris