User Profile

Collapse

Profile Sidebar

Collapse
l1k3kah
l1k3kah
Last Activity: May 9 '07, 08:55 AM
Joined: May 9 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Updating my database with the use of checkboxes

    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!
    See more | Go to post

  • 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!
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...