simple PHP generated website title

What i’m i doing wrong? here is my code
FUNCTIONS.PHP

PHP Code:

<?php
function get_header(){
    include ‘header.php’;
}
function get_footer(){
    include ‘footer.php’;
}

HEADER.PHP

PHP […]

Original post by rhodoscoder

Leave a Reply