Hi,
I am making this news site, and I want to send the link via e-mail to the subscribers. Once they click the link they will be directed to the startpage, where I want their e-mail address to be recognized by the page (as a simple way of authorization, without molesting the subscriber). Something like the referrers e-mail address.
Is there a way to do that, just sending the same link to everyone? Without placing any ID in the link.
I have been trying with parse_url and HTTP_REFERER but that doesn’t work.
Thanks in advance.