How to determine if a link has been clicked on a specific email id

I am sending emails to a group of people and a link that users can click on. Clicking on the link will allow the user to perform certain functions. Is there a way by which I can determine which user clicked the link between the group or from which the email address to which the link was clicked was indicated.

I use PHP to create an email template and the server is Ubuntu.

Any help in this regard would be greatly appreciated. Thank.

+3
source share
3 answers

, , , , , .

, 100% , ,

0

, - :

http://example.com?username=xyz

.

0

- ?

, .

, ID .

. PAGE Proprety,

: /index.php?link=something

i $_GET['link']/$_SESSION['userid']

0
source

All Articles