href location

Hi,
From dashlets.php which is in include/Home/ I call a PHP File. In that file, there is a href tag . When I click that href it opens in the same page with suitecrm header again. So that I get suiteCRM Header two times. If I open in new tab using target="_blank", it works fine.How to avoid that repeated header

Google tells me this is the answer

https://developer.sugarcrm.com/2013/01/18/redirecting-to-another-page-inside-a-php-script-in-sugar/

… is it?