Inspect the referrer in PHP
        Posted  
        
            by Ngu Soon Hui
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Ngu Soon Hui
        
        
        
        Published on 2009-01-09T02:10:48Z
        Indexed on 
            2010/06/09
            2:12 UTC
        
        
        Read the original article
        Hit count: 2891
        
Is it possible to check who is entering your website in PHP. I have a web application ( written in PHP) that should only allow users entering from some particular websites. Is it possible to get the referral websites by examining the _Request object? If yes, how?
© Stack Overflow or respective owner