View Single Post
  #2 (permalink)  
Old 2006-06-04, 06:21 PM
crebilis crebilis is offline
Junior Member
 
Join Date: Jan 2006
Posts: 24
crebilis
Default

Hi,

you could make a second table called comments. As the name suggests, you store all the comments inthere, like you would do for a forum thread. The columns could be like: id, poster (user Y or X in your example), user (user A), comment, date (if you want to store the date on which teh comment was added).

I hope this helped,

Crebilis
Reply With Quote