I want to reference header.inc in register.php how do I do it?
From register.php you could use this for including:
<?php include('../includes/header.inc'); ?>
To link to it just send your href or what have you to ../includes/header.inc
../includes/header.inc