This topic is locked

[HELP] save new record into another table

2/3/2012 10:03:46 PM
PHPRunner General questions
M
madegun author

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...