Pomoc - Szukaj - Użytkownicy - Kalendarz
Pełna wersja: [php]language - wybór jezyka
Forum PHP.pl > Forum > Przedszkole
Helid
A wiedz mam skrypcik do langów.
Moja przykładowa strona jaką jest rejestracja:
  1. <?php
  2. require_once "funkcje.php";
  3. pol_mysql();
  4. //Wybór jezyka
  5. if ($_GET['language']) {
  6. $language = $_GET['language'];
  7. } else {
  8. $language = pl;
  9. }
  10.  
  11. include("./languages/$language/rejestracja.php");
  12.  
  13. ?>
  14. !!!!!!!!Z tad usnołem style itd!!!!!!!!!!!!
  15.  
  16.  
  17. !!!!!Tutaj z langami jets bład!!!!!
  18. echo "
  19. <center><form action=\"rejestracja.php\" method=\"POST\"> 
  20. Dane Postaci<br><br>
  21. $lang['register']['login'] : <br /><input type=\"text\" name=\"login\"><a href=\"#\" class=\"hintanchor\" onMouseover=\"showhint('Wpisz login pamiętaj aby nieużywać polskich znaków', this, event, '150px')\"><vrl>[?]</vrl></a><br> 
  22. GG : <br /><input type=\"text\" name=\"gg\"><a href=\"#\" class=\"hintanchor\" onMouseover=\"showhint('Wpisz numer gadu-gadu', this, event, '150px')\"><vrl>[?]</vrl></a><br> 
  23.  E-mail : <br /><input type=\"text\" name=\"email\"></input><a href=\"#\" class=\"hintanchor\" onMouseover=\"showhint('Bardzo ważne abyś wpisał poprawny adres e-mail', this, event, '150px')\"><vrl>[?]</vrl></a><br>
  24. $lang['register']['password'] : <br /><input type=\"password\" name=\"haslo\"></input><a href=\"#\" class=\"hintanchor\" onMouseover=\"showhint('Wpisz hasło , będzie potrzebne do logowania', this, event, '150px')\"><vrl>[?]</vrl></a><br>
  25. Imię postaci : <br /><input type=\"text\" name=\"imiepostaci\"></input><a href=\"#\" class=\"hintanchor\" onMouseover=\"showhint('Imie twojej głównej postaci', this, event, '150px')\"><vrl>[?]</vrl></a><br>
  26. Pseudo : <br /><input type=\"text\" name=\"pseudo\"></input><a href=\"#\" class=\"hintanchor\" onMouseover=\"showhint('Twoje pseudo w grze', this, event, '150px')\"><vrl>[?]</vrl></a><br><br>
  27.  
  28. !!!!!!!!!!!!!!Dalej jest nei istotne!!!!!!!!!!!!!
  29. }
  30.  
  31. require_once "topka.php";
  32. ?>

Demo błędu macie tutaj:
Kod
http://aobb.subtech.pl/game/rejestracja.php
Lion_87
Zła ścieżka lub brak pliku i tyle:)
Fishu
Nie widać błedu (najwyraźniej nie stworzona zmienna $lang lub nie wiem) tongue.gif
To jest wersja lo-fi głównej zawartości. Aby zobaczyć pełną wersję z większą zawartością, obrazkami i formatowaniem proszę kliknij tutaj.
Invision Power Board © 2001-2025 Invision Power Services, Inc.