Topic: Foreign key implementation in php
I have two tables that i have related through a foreign key
However, when i input deatils in the table that references, it inputs all teh otehr details well but the foreign key field is a zero throughout.
Also i'd like to use the foreign key to load data items from the referenced table in a form.
Can you please help mw with the code, or directions on how to use it?
Thank you.?