Jump to content

Can I pull information off an anchor ID


cooldude832

Recommended Posts

I have a bunch of links that ref is the same page.  Is there any way on that second page I can tell which link was clicked if my links are structured as:

<html>
<a href="page.php" id="link1">Link 1</a>
<a href="page.php" id="link2">Link 2</a>
<a href="page.php" id="link3">Link 3</a>
<a href="page.php" id="link4">Link 4</a>

Link to comment
https://forums.phpfreaks.com/topic/60677-can-i-pull-information-off-an-anchor-id/
Share on other sites

Alright that gives me some ideas to work off of, I'm still surprised though it can't pull off the ref link ID (guess when ID become required tag it can).  Even still I know scripting software like autoit can pull anchors via an index or associative key.  Maybe php6 will have this option.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.