Help for this page

Select Code to Download


  1. or download this
    while ($row = $sth->fetchrow_array()) {
        push (@categories, $row);
    }
    
  2. or download this
    $single_value = $categories[0];
    
  3. or download this
    $single_value = $sth->fetchcol_justone;