I need the site address that is redirecting the user to my website when my link in the other website is clicked.
How to get the website address that redirects to my site?
I need the site address that is redirecting the user to my website when my link in the other website is clicked.
How to get the website address that redirects to my site?
Use $_SERVER["HTTP_REFERER"]
.