php - Posting data from table -


i generating table @ runtime, want post these data can insert database.

i want post name , quantities codeigniter controller.

enter image description here

using jquery

$.(document).ready(function(){   $.post('yourcontroller/methodname/parameter').done(function(data){      alert('success !');   }) }) 

solution text

i generating table @ runtime,

now want post these data [-- on ready -- post required data --]

so can

insert database. [ controller -> model ]

i want post

all name , quantities codeigniter controller. [ -- fetch $('#id').html() or .value() okay , send controller via .post method data in parameters ]

thanks , regards


Comments

Popular posts from this blog

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

linux - disk space limitation when creating war file -