Functions Php

function page_header4($color, $title) {
    print 'Welcome to ' . $title . '';
    print '';
}
?>
//Multiple optional arguments
page_header4('66cc66','my homepage');