Help for this page
while ($row = $sth->fetchrow_array()) { push (@categories, $row); }
$single_value = $categories[0];
$single_value = $sth->fetchcol_justone;