hi, please help me...
i have structure tables below:
==============================
ITEMS
id
code
name
ITEM_CLIENT
id
item_id
client_id
CLIENTS
id
client_name
address
==============================
in my ITEMS LIST PAGE i want to add new data using fields:
client_id
code
name
how to save new record( item_id, client_id) into table ITEM_CLIENT in my ITEM ADD PAGE...?
please help me to fix my problem...