Question
Pass variable to MySQL on Checkbox state
I have a page that brings up information in a table for
people who need to pay for the work carried out for them.
I have an invoice text link going to invoice.php and then the value of the "job_id"
My boss has said now that he needs to be able to add other jobs for that customer in the invoice.
So if that customer has 4 jobs and he wants to make an invoice for 3 jobs then he wants a checkbox to click on every row that he wants to add.
My Problem is I do not know how to do this and pass the same value (job_id) to the invoice.php
I have two pages the one that lists the information is previous_jobs.php and the other is invoice.php
I have an invoice text link going to invoice.php and then the value of the "job_id"
My boss has said now that he needs to be able to add other jobs for that customer in the invoice.
So if that customer has 4 jobs and he wants to make an invoice for 3 jobs then he wants a checkbox to click on every row that he wants to add.
My Problem is I do not know how to do this and pass the same value (job_id) to the invoice.php
I have two pages the one that lists the information is previous_jobs.php and the other is invoice.php
