in reply to Re: retrieving the reply count of a thread using regular ol' DBI and CGI::Application
in thread retrieving the reply count of a thread using regular ol' DBI and CGI::Application
This doesn't account for the first SQL query from which I obtain the id's of the original threads however.
What i need is to retrieve the messages, and from that take the id and pass it through the second SQL query from where i get the COUNT(*). This count up the total replies that have a thread_id that matches the id passed through the ->execute()
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: retrieving the reply count of a thread using regular ol' DBI and CGI::Application
by Excalibor (Pilgrim) on Oct 11, 2005 at 13:55 UTC | |
by stonecolddevin (Parson) on Oct 11, 2005 at 21:25 UTC |