> At first the idea of the same data being in more than one table is no
> good. The database should be Normalized.
I am not having the same data in more then one table, I am spliting
the data over 4 other tables
a form get infomation from a table, the person file in more
information, then the data from the form is moved to the tables and
del from the first table that it came from to start

>
> But if you insist in duplicating date use the $post var and store them
> into separate variables then during your insert, open the db
> connection and execute as many queries inserting the var into those
> respective tables.

Thanks, I am already finished with this now I figured it out last night

Sincerely,
Christopher

Reply via email to