Hi,
I have created a function that takes $_POST information form any form and creates an insert statement and then inserts the information into your database.
The problem that I have found is with check boxes and raido buttons. If nothing is checked or selected then there is no post name or value which causes a problem with the database insert.
Does anyone have any ideas how I could work around this.
thanks