This topic is locked

how to put comments on database entry

1/22/2007 11:04:13 PM
PHPRunner General questions
C
chugha author

hi
can anybody help me
suppose i have entered some values into database and after taht if i want to make comment on any entry howi can do that

i mean just shoe some text like comment along with the entry of databaseand new window open like (more link) and i add some comments and click on save
and comments get saved and when other user want to c the comment insted of showing it into list it should have some link like more (i.e comment) and by clicking on it it shows the comment

J
Jane 1/23/2007

Use master-detail relationship for this purpose.

Create new table, for example Comments, and set up relationship between two tables on the Datasource tables tab in the PHPRunner.