Hi
I am building a database using four tables. The first is for sites, the second is for categories, the third is for subcategories and the fourth is for products.
I will be using id numbers to link the tables together with each other primary, master_id, cat_id and subcat_id. It is with the id's that I will seperate all the parts to keep them organized using where clauses like master_id=?, cat_id=? and subcat_id=?
Here is a
sample of the tables
and here is a
sample of the forms that I will be using.
Feel free to add to it and get a feel for it.
All is working good to add sites, add categories and when I get to subcategories the variables are not passing correctly and the cat_id field is empty.
I am using session_start to keep it together so the id's will be added as I go. What could it be that the variables are not passing.
Thanks in advance
Mike