I have the following things
index.php
header.php
its not displaying on my page, whats wrong?
index.php
Code:
<php include 'header.php';
?>
<php include 'footer.php';
?>
<php echo 'header.php';
?>
Code:
| <a href="/index.php">Home</a> | <a href="/interesting.php">Interesting Facts</a> |
its not displaying on my page, whats wrong?
Last edited: