hi,
I have 2 table
master table
id int(11) pk
name varchar(30)
detail table
id int(11) pk
master_id int(11)
pict varchar(255)
table link is id <=>master_id
phpr 9.8 on the master record popup detail record showing
but 10.4 on the master record popup detail record picture not showing
may I take help this matter?
best regards.
I have 2 table
master table
id int(11) pk
name varchar(30)
detail table
id int(11) pk
master_id int(11)
pict varchar(255)
table link is id <=>master_id
phpr 9.8 on the master record popup detail record showing
but 10.4 on the master record popup detail record picture not showing
may I take help this matter?
best regards.