PHP include file help please?

Camille E

New member
When I make an include file I can't see it. But when I go on other people's sites I know have include files it shows. Does my browser need to switch on for something? If so what?
I used this tutorial from tizag and this is the code:
<html>
<body>
<?php include("menu.php"); ?>
<p>This is my home page that uses a common menu to save me time when I add
new pages to my website!</p>
</body>
</html>

I made sure my file paths were right too.
 
Back
Top