Mam stroną statyczną, na index.html
wkleiłam do niej kod :
<?php include_once('../[losowa_nazwa].php'); echo fetch_weblink();?>
potem stworzylam plik .haccess
wpisałam w nim:
AddHandler application/x-httpd-php .php .html
Skrypt nie działa.
Próbowalam też z include w pliku index.php, ale wtedy dostalam takie komunikaty o błedach
Warning: include_once(4) [function.include-once]: failed to open stream: No such file or directory in /srv/home/zb119094/public_html/index.php on line 2
Warning: include_once() [function.include]: Failed opening '4' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /srv/home/zb119094/public_html/index.php on line 2
Fatal error: Call to undefined function f() in /srv/home/zb119094/public_html/index.php on line 2
Proszę o pomoc.