Hi, I wanted to insert php menu in html.
I wrote to the
html code : [vrutus.vidurius.cz]
<div><?php
include('http://vrutus.vidurius.cz/hlavicka.php');
?></div>
Here
,,php menu" [vrutus.vidurius.cz]
...but doesn´t function
I also insert .htaccess file:
RemoveHandler .html .htm
AddType application/x-httpd-php .php .htm .html
ErrorDocument 404 /404.html
AddType image/x-icon .ico
Where is the problem?
Thanks for comments