This topic is locked

insert into another table

1/18/2008 10:39:55 PM
PHPRunner General questions
A
amuro author

Hi, please someone advise me
I have 3 tables, main, arm_h, arm_d. arm_h has a primary key, number, is referred by arm_d.

When user logins into this site, is able to see main table with own records.

Every record with checkbox, he can selects what he wants.

When submits, these records he chose are inserted into arm_d with specific number

The arm_h notes the number and other informations.

After the process, user can print the records for the specific number.
I have no idea to do this with PHPRunner.

Thanks a lot. <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=question&id=7302&image=1&table=forumtopics' class='bbc_emoticon' alt=':)' />

J
Jane 1/21/2008

Hi,
use events for this purpose.

For example use Insert record into another tables action as a sample.