Witaj Gościu! ( Zaloguj | Rejestruj )

Forum PHP.pl

> [PHP]Sortowanie-problem
-juntek-
post
Post #1





Goście







Dlaczego ten skrypt nie działa?
  1. <?php
  2. $filmy=array("Zywot briana<br>". "Szarże<br>". "Życie biurowe<br>"."Monthy python<br>".
  3. "Matrix<br>". "Terminator 2<br>". "Terminator<br>". "Gwiezdne wojny<br>".
  4. "Bliskie spotkanie<br>"."Golfiarze<br>");
  5. if (isset($_REQUEST['sorted']))
  6. {
  7. sort ($filmy);
  8. }
  9. foreach($filmy as $currentvalue)
  10. {
  11. echo $currentvalue;
  12. echo"<br>\n";
  13. }
  14.  
  15. ?>
Go to the top of the page
+Quote Post

Posty w temacie


Reply to this topicStart new topic
2 Użytkowników czyta ten temat (2 Gości i 0 Anonimowych użytkowników)
0 Zarejestrowanych:

 



RSS Aktualny czas: 26.08.2025 - 10:13