How to update mydatabase when the data needed is in checkboxes and the value to be saved is either true/false-yes/no?
How can I get the records which needed to be updated...with the use of checkboxes.
additional this checkboxes' value are to be inserted also in the database.
Thanks!
God Bless!
User Profile
Collapse
-
Updating my database with the use of checkboxes
-
are the details of your select is in database?
if yes try to may do while statements and nest it with if statement.
if not try doing it manually by having a javascript code like
if (document.formn ame.selectname. options[index].value=="the value needed")
{
}
something like that...
Sorry can't help that much!
God Bless You!
No activity results to display
Show More
Leave a comment: