Witaj Gościu! ( Zaloguj | Rejestruj )

Forum PHP.pl

 
Closed TopicStart new topic
> [PHP] Notice: Undefined index
-nono91-
post 29.12.2012, 03:04:44
Post #1





Goście







Witam mam taki problem:

  1. <html>
  2. <head></head>
  3. <body>
  4. <div id....>
  5. ////coś tam .... przyciski itd
  6. </div>
  7. <div id="tresc" >
  8. <?php
  9.  
  10. if(empty($_GET['id']) or $_GET['id']=="glowna"){
  11. include("strony/glowna.html");
  12. }
  13.  
  14. if($_GET['id']=="kalendarz"){
  15. include("strony/kalendarz.html");
  16. }
  17.  
  18. if($_GET['id']=="regulamin"){
  19. include("strony/regulamin.html");
  20. }
  21. itd..
  22.  
  23.  
  24. ?>
  25. </div>
  26. </body>
  27. </html>


mam stronę wyglądającą mniej więcej tak jak ją włączam poprzez localhost/html/index.html to włącza się index.php?id=glowna czyli tak jak powinno ale wtedy na stronie oprócz treści pojawia sie informacja :
"
Notice: Undefined index: id in C:\xampp\htdocs\html\index.php on line 82

Notice: Undefined index: id in C:\xampp\htdocs\html\index.php on line 86

Notice: Undefined index: id in C:\xampp\htdocs\html\index.php on line 90

Notice: Undefined index: id in C:\xampp\htdocs\html\index.php on line 93
itd...
"
a w tych liniach mam ify np. -> if($_GET['id']=="kalendarz") itd, strony oczywiście się normalnie wczytują itd. a błąd ten wyskakuje tylko wtedy jak właczę index.php jak juz dam ?id=glowna lub klikam podstrony to nie wyświetla się już ta "notatka" , dlaczego tak jest ?
Go to the top of the page
+Quote Post
Pawel_W
post 29.12.2012, 04:00:29
Post #2





Grupa: Zarejestrowani
Postów: 1 675
Pomógł: 286
Dołączył: 15.06.2009
Skąd: Wieliczka

Ostrzeżenie: (0%)
-----


no domyśl się, zmienna get nie jest przekazywana w adresie, więc nie istnieje w tablicy $_GET -> zanim jej użyjesz sprawdź jej obecność za pomocą isset($_GET['id'])
Go to the top of the page
+Quote Post
wookieb
post 29.12.2012, 09:11:41
Post #3





Grupa: Moderatorzy
Postów: 8 989
Pomógł: 1550
Dołączył: 8.08.2008
Skąd: Słupsk/Gdańsk




Było setki razy. Zamykam.


--------------------
Go to the top of the page
+Quote Post

Closed TopicStart new topic
1 Użytkowników czyta ten temat (1 Gości i 0 Anonimowych użytkowników)
0 Zarejestrowanych:

 



RSS Wersja Lo-Fi Aktualny czas: 14.08.2025 - 14:53