In HTML, you can type for example:
<a href="index.html#paragraph2">Paragraph2</a>
And next to the second paragraph, you put:
<a name="paragraph2" id="paragraph2"></a>
When you click the link, it takes you to the second paragraph... How do you do this in PHP?