Forum Moderators: coopster

Message Too Old, No Replies

Php menu in html

         

vrutulalal

7:19 am on Jul 8, 2010 (gmt 0)

10+ Year Member



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

jbinbpt

11:30 am on Jul 8, 2010 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Hi vrutulalal,
Welcome to WebmasterWorld.

If you can pull the urls. They are not allowed.

The first thing I would do is pull the path from the includes. Have both files in the same directory. What happens?