Recent content by zarcx

  1. Z

    HTTP Referer Question

    I need some help with some PHP code. I need a way for HTTP_REFERER to display the address in the format Google without the query string. I want to display only the address where the click is coming from. $referer = $_SERVER['HTTP_REFERER']; Thanks in advance.