0
votes
1answer
216 views

How to show array value by Jquery

I want to send selected value of multiple select (one by one) on script.php file using jquery or ajax. After sending value on script.php file. I want to show script.php file query result on index.php ...
1
vote
2answers
716 views

jquery table rows line totals and grand total

I'm currently writing a small plugin for computer repair techs and I'm now trying to code the invoice section but not having much luck! I've got the fields being populated from the database but I'm ...
1
vote
2answers
399 views

Find all textbox values and post into PHP MySQL

I am just a newbie to jQuery can some one help me? I want to create a invoice system like this one All I need to do is add a submit button that will function some thing like this .find all input ...
2
votes
1answer
2k views

Submitting values of “jQuery Editable Invoice” into a MySQL DB using PHP

I am using this fantastic example of a jQuery editable invoice as a template for creating dynamic invoices for my users. It's working quite well and I am successfully generating the items but I now ...
0
votes
2answers
2k views

Build a form dynamically with Ajax, jQuery

I'm building a very small web ERP application with PHP / mySQL / CodeIgniter / jQuery The Bill/Invoice is built with current date client data etc Now, I must add products to that new invoice that ...