How to write a link like which link to the same page in PHP?
like in HTML, I could write <a href=”#id”> which could link to the place where I make a <a id=”id”> . but it seems that it does not work in PHP. How to do that? the original code is from bootstrap http://twitter.github.com/bootstrap/components.html#navs but just when I turned to PHP, the tab link does not work