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

python - How to create a legend for 3D bar in matplotlib? -

java - Multi-Label Document Classification -

php - Dynamic url re-writing using htaccess -