Ok, here is my situation. I need to link to a file under public_html/soccer that is called header.php, however, I am in a file in public_html/running that is called index.php.
public_html >soccer> header.php
running> index.php
How do I link to header.php with this code? <?php include (' ') ?>
Thank you very much.