Hi,
I've done a very simple message board, but now I'd like to make it so surfers 
can reply to a particular thread, instead of just adding a new message to the 
list.

Prints out the usual Name, Logged at, Message etc.
$result = mysql_query("SELECT * FROM sleepdesk ORDER BY logged DESC") or 
die($db_fault);

I'd need "Reply to this message" and "Read replies" links (if there where any) 
for each message printed. The only thing I can think of is using the original 
message timestamp somehow, but not sure how. I know there's plenty of scripts 
out there, but then I wouldn't learn much.

What I'd like is some idea on how I could structure it, i.e. how would I tie 
the threads together and in order?
Thanks, Bob.



Community email addresses:
  Post message: [email protected]
  Subscribe:    [EMAIL PROTECTED]
  Unsubscribe:  [EMAIL PROTECTED]
  List owner:   [EMAIL PROTECTED]

Shortcut URL to this page:
  http://groups.yahoo.com/group/php-list 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/php-list/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to