Help for this page

Select Code to Download


  1. or download this
    my @results;
    while (@results = $query1->fetchrow_array()) {
        print "Name : $results[1], Email: $results[2]\n";
    }
    
  2. or download this
    my @results;
    while (@results = $query1->fetchrow_array()) {
    ...
        print "$r\n";
       }
    }