function news() { //Ilosc wiadomosci w bazie: $sql = "SELECT * FROM arena_news"; //Ustawienia pagera $ile = 5; $nm = $_GET['page']; //Wyswietlanie newsow $offset = $nm*$ile; $sql = "SELECT * FROM arena_news LIMIT $offset, $ile"; } //Strony } }
No i co jest zle?
Gdy get page nie jest ustawione to wyswietla sie dobrze lecz:
Ukazuje sie to:
Notice: Undefined index: page in /home/jumpfm/domains/dancearena.pl/public_html/functions.php on line 144
i gdy mage jest ustawiony na 1 pokazuja mi sie newsy od 6 do 10 a chce od 1 do 5
Ktos pomoze?

@EDIT
i jeszcze przy okazji
Notice: Use of undefined constant register - assumed 'register' in /home/jumpfm/domains/dancearena.pl/public_html/settings/member_settings.html on line 7
a ta 7 linia to
case register:
switch normalnie jest u gory, dlaczego tak sie dzieje?