Re: Single Menu Page with Bv and PHP
<?php
include 'menu.html';
?>
instead of
<?
include 'h1.php';
?>
Naval also mentions that you can use either, it dosnt matter.
Did you also copy/upload the css code to the same folder as your menu page and your other pages ?
<?php
include 'menu.html';
?>
instead of
<?
include 'h1.php';
?>
Naval also mentions that you can use either, it dosnt matter.
Did you also copy/upload the css code to the same folder as your menu page and your other pages ?
Comment