html - how to send table data to mysql using php -


enter image description here

student no not auto increment primary key.and there 10000 users in our database using own key.we have method restrict duplicate id.i't ok. able checkbox values using jquery/ajax .now want send data db.so how create database tables ? think want create 2,3 tables ?

i used jquery selected/no selected checkbox values

   var serialized = $('input:checkbox').map(function() {    return { name: this.name, value: this.checked ? this.value : "false" };  }); 

first of all, "piyumix"? it's hard name table when don't know you're dealing with.

schedule ------- id id_student id_subject date (month?)  subjects -------- id name  students -------- id name 

Comments

Popular posts from this blog

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -