Sorry for the trouble and i cant translate into php code, im very new at this, but in general this is my problem? i know it will very easy for you but i just cant solve it, i appreciate your help.
this is what ive got!
2 tables : "actas" and "contratistas"
1 submit form "submit.php"
1 results page "showActas.php"
The submit.php has many variables, one of them its called "contratista" which pulls the info from the table "contratistas".
when i submit the form, saves all the information in the "actas" table and then open the "showActas.php" page.
the "showActas.php" page shows what i submitted, the problem is that i need to show the details from the variable "contratista" in this page, the details are contained in the "contratista" table. how can i do this?
thank you very much.