I\'m trying to use use $current_url = basename($_SERVER[\'PHP_SELF\']); to determine which page I am on, considering my navigation (html) is stored in a php fil
$current_url = basename($_SERVER[\'PHP_SELF\']);
You should do it like this:
>Overview
because right now you're conditioning the presence of the opening tag