Need help with code on php navigation active page

I just moved my website form HTML to PHP and now I am trying to get my navigation side bar's active page links to work.

So far all i have done is added my html code to php file http://ift.tt/1PZgqjB

As you can see as of right now only the home page is active
<a href="index.php" title="" id="home-link" class="active-link">
Code (markup):
And of course in my index.php i have
<?php

include("header.php");

?>
Code (markup):
So how do i add the class to each active webpage?...

Need help with code on php navigation active page

from PHP http://ift.tt/1SGP1IW
via IFTTT
Thanks for your comment
Loading...