Well you set attributes like underline etc using CSS - so its not really PHP's problem , but you can use PHP to change the style of a link but you need to understand the CSS first.
I don't mean that. What I want is the current page not to be a link but all the other ones to be. If you don't understand what I mean, look in this Webmonkey article then click the 'next button several times to see what I mean. I believe this has to be done in PHP, not CSS.
If you have PHP making those links for you (like in a for() loop) then you just put in a IF() loop to compare the page their on (parse out the current url or if your loading the page in index.php? just compare the variables) if the page is == to the one their on don't print <A HREF>
Bookmarks