Code: Warning: Cannot send session cache limiter - headers already sent (output started at DATA:/APACHE2/htdocs/prikaz.php:1) in DATA:/APACHE2/htdocs/prikaz.php on line 2
U kodu koristiš funkcije za rad sa sesijom. One koriste HTTP headere. HTTP headeri moraju biti poslati klijentu pre HTMLa. Ti očigledno ispisuješ nešto korisniku pre nego što se zovu session funkcije.
Remember that header() must be called before any actual output is sent, either by normal HTML tags, blank lines in a file, or from PHP. It is a very common error to read code with include(), or require(), functions, or another file access function, and have spaces or empty lines that are output before header() is called. The same problem exists when using a single PHP/HTML file.
[Ovu poruku je menjao jablan dana 18.01.2006. u 10:50 GMT+1]
Jebiga, nikad nisam koristio taj. Obično je ili u Save As dijalogu, ili u Preferences negde... U PSPadu je recimo u Settings, pa Ident. bytes in UTF-8 encoding.
Ili, ako ne koristiš unikod, možeš da odabereš i ANSI ili neki treći encoding.
[Ovu poruku je menjao jablan dana 18.01.2006. u 11:28 GMT+1]