On all pages apart from the contact page, I want it to show the following in the inc-header.php include.
Contact
if ($_SERVER["SCRIPT_NAME"] == '/contact.php') { echo 'Home'; } else { echo 'Contact'; }
Home