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

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
Post a Comment