Help for this page

Select Code to Download


  1. or download this
    $result = $start->fetchrow_hashref();
    print "Ta-da!: $result->{username}\n";
    
  2. or download this
    while ($row = $start->fetchrow_hashref());