I'm using recursive threading for a simple thread board script, but the
problem is the # of queries needed to execute. That is, once given the main
thread post, it'll have to find all the posts where the parentID matches the
current ID, then requery again for each of the post.

So I'm trying to discover a way to limit the amount of querying, possibly
there is some type of algo I don't know about or a method using arrays. Any
wisdom on this is greatly appreciated.



-- 
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]

Reply via email to