in reply to retrieving the reply count of a thread using regular ol' DBI and CGI::Application
Anyway, I'm still not clear of what this whole thing is doing. Could you post whole code snippet related to $rows_data ...foreach( @{$rows_data} ){ $sth2->execute($_); my $count = $sth2->fetchrow_array; push @$rows_data, { count => $count }; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: retrieving the reply count of a thread using regular ol' DBI and CGI::Application
by stonecolddevin (Parson) on Oct 11, 2005 at 21:26 UTC |