Dear All
I have a lookup table problem when I upload it to hosting. I have a table
master_goods
id int 11
id_goods v 25
name_goods v 200
price int 10
transaction
id int 11
id_ goods v 25
amount int 11
in the transaction table, id_goods uses the lookup table to master_goods. at localhost can run well, but when I upload to the hosting lookup table does not work. what causes it?
Thanks