This topic is locked
[SOLVED]

 How to insert data from one table to onother

1/13/2011 11:21:15 AM
PHPRunner General questions
L
lil33 author

[size="4"]Hi

I'm new to phprunner and I want your help in this issue. I created form to add book information. And I'm using this form to store book information like book name, ISBN, book author...etc. One detail is book category which I'm using drop down menu from category table. And I want when I submit the form to insert data to book table I want to save category id in book table which is already in category table.[/size]

Sergey Kornilov admin 1/14/2011

If you use dropdown box to select a category you don't need to do anything extra. Just make sure you select Category ID as a 'Link field' and Category Name as a 'Display field'.

L
lil33 author 1/15/2011

Thanks admin it works for me now thank you alot.