mhunt
01-23-2007, 04:37 PM
what I have is a table called `order` and a table called `lmcharge`.
a person inputs data from a form and i need to take the data from both and some goes into one table, some goes into another
here is an example:
order values:
student_id, class_id, order_type, date, status
//student_id, class_id, order_type will be from the form
lmcharge values:
student_id, order_id, lm_number
//student_id, and lm_number will also be from the form but order_id will have to be from the order table
anyone have a clue?
a person inputs data from a form and i need to take the data from both and some goes into one table, some goes into another
here is an example:
order values:
student_id, class_id, order_type, date, status
//student_id, class_id, order_type will be from the form
lmcharge values:
student_id, order_id, lm_number
//student_id, and lm_number will also be from the form but order_id will have to be from the order table
anyone have a clue?