1
2
3
4
5 Raport
6
7
8 Liczba aktorów amerykańskich w bacie: ".$ile."\r\n";
21 echo "\t\r\n";
22
23 while($row = mysqli_fetch_assoc($result))
24 {
25 echo "\t\t- ".$row['imie']." ".$row['nazwisko']." (".$row['plec'].")
\r\n";
26 }
27
28 echo "\t
\r\n";
29
30 mysqli_close($c);
31
32 ?>
33
34