Hello,
I am migrating from ASP to php and I am trying to convert old ASP threaded message board script to a php script.
I know that there are already custom forum scripts available for download and a couple of visitors to this forum have kindly sent me the web addresses.
However, my message board is quite simple and all I need is away to get a list of replies to a post (parent id) and format them out with the necessary indentations (reply ids).
I would like to be able to try and get my head around php recursion so if anybody has any references for a simple recursion function for a threaded message board I would greeatly appreciate any help.
Thank you,
Brian MacCoilin