Hi guys!
First of all I would like to apologize, if this has already
brought up, but I haven´t found it.
I am creating a CMS with two tables that are created in
phpmyadmin. The first table is the content table and I
have created the form so I can add, delete and update the
content. Here is my problem: The second table is the menu table and
I can´t figure out how to connect them together. I have added
the menu in the form and added a list with the dynamic values are
form the table, but when I add it adds a zero in the id_menu field
The tables look like this:
table 1 (menu)
id_menu
Title
table 2 (content)
id
id_menu
Author
Date
Text
Hopefully you understand my problem and I thank you in
advance and appreciate any solutions I will get.
Best regards from Slovenia.