How to Update mulitple data with check box(php+mysql+ajax)?

2 replies
hello, i need some help from you.How to Update mulitple data with check box(php+mysql+ajax)?
#ajax #boxphp #check #data #mulitple #mysql #update
  • Profile picture of the author bazzais
    Can you explain in detail what your trying to achieve as thats a bit vague to really help you with.

    Ta

    Baz
    {{ DiscussionBoard.errors[1409908].message }}
    • Profile picture of the author 2hostbd
      Originally Posted by bazzais View Post

      Can you explain in detail what your trying to achieve as thats a bit vague to really help you with.

      Ta

      Baz
      Thanks here is example .
      <form name="hede" method="POST" action="">
      <input type="checkbox" name="box1[]" value="1"> 1
      <input type="checkbox" name="box1[]" value="2"> 2
      <input type="checkbox" name="box1[]" value="3"> 3
      <input type="checkbox" name="box1[]" value="4"> 4
      <input type="checkbox" name="box1[]" value="5"> 5 <br><br>
      <input type="checkbox" name="box1[]" value="6"> 6
      <input type="checkbox" name="box1[]" value="7"> 7
      <input type="checkbox" name="box1[]" value="8"> 8
      <input type="checkbox" name="box1[]" value="9"> 9
      <input type="checkbox" name="box1[]" value="10"> 10 <br><br>

      <input type="submit" name="check" value="SEND">

      </form>
      {{ DiscussionBoard.errors[1410754].message }}

Trending Topics