my @results; while (@results = $query1->fetchrow_array()) { foreach(@results) { if ($index = "1") { print "\nName: $_\n"; $index = "2" } else { if ($index = "2") { print "\nEmail: $_\n"; $index = "2" } } } }