Mam problem z funkcja include_once.
Oto fragment kodu przykładowy:
Plik index.php:
Kod: Zaznacz cały
<?php
include_once('/funkcje.php');
napis();
?>
Kod: Zaznacz cały
<?php
function napis()
{
print("tekst");
};
?>
Pasek programisty w Firefoxie zwraca błąd HTTP/1.0 500 Internal Server Error.
Dlaczego tak się dzieje?