Code: Select all
<a name="e;tag1"e;>
some text
<a name="e;tag2"e;>
some more textWhat I want to do is write to the database when a particular anchor is requested. So for
Code: Select all
<a href="e;page.php#tag1"e;>Code: Select all
<a href="e;page.php#tag2"e;>How do I do this? The # in the url doesn't seem to be available to $_REQUEST and suchlike, nor to the $_SERVER variables.
Any ideas?