Hi
I have been coding a threaded forum. A simple one. I
have this problem:
I cannot show all the replies in a threaded way. I
tried a recursive method which takes the messageid and
I do like
$messageID = $p_id +1;
showMessages($messageID);
This only works if the messageids are 1 2 3 4 5 6. but
if two consecutive messages have messages ids like 13
and 15 or 14 and 20 for example, this does not work.
Please help me here.
Thanks in advance
hxaaji
____________________________________________________________
Do You Yahoo!?
Get your free @yahoo.co.uk address at http://mail.yahoo.co.uk
or your free @yahoo.ie address at http://mail.yahoo.ie
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]