[PHP] pobierz, plaintext <?php$filmy=array("Zywot briana<br>". "Szarże<br>". "Życie biurowe<br>"."Monthy python<br>"."Matrix<br>". "Terminator 2<br>". "Terminator<br>". "Gwiezdne wojny<br>". "Bliskie spotkanie<br>"."Golfiarze<br>"); if (isset($_REQUEST['sorted'])){sort ($filmy);}foreach($filmy as $currentvalue){echo $currentvalue;echo"<br>\n";} ?>[PHP] pobierz, plaintext