This topic is locked

Add child details from master view

7/11/2011 6:35:06 AM
PHPRunner General questions
S
swanside author

Hi there.
I have two tables, messages and comments
messages is the main table where a topic is entered and displayed by admin only. this is then viewed by other users, but they can leave comments, now, i only want them to be able to leave a comment when they are on the view page of the message, is this possible?
cheers

Paul.

C
cgphp 7/11/2011

In the view page you can insert a textarea and a custom button.

In the Server section of the button you can access the id of the message with the array $keys and update the comments table.