Good afternoon, is it possible to do so that when you go to the site from Yandex and Google, you will recognize the request from which you came and the place?

Thank you in advance.

    1 answer 1

    $_SERVER['HTTP_REFERER'] 
    • will show the page from where it came from the answer to the first part of the question. And how to find out the position - anda
    • Do not know. unless you immediately send the same request to Yandex or Google and parse the entire page. - Artem
    • Sorry, thank you - anda