NYCPHP Meetup

NYPHP.org

[nycphp-talk] watching external URL traffic

Analysis & Solutions danielc at analysisandsolutions.com
Tue Jun 17 11:16:09 EDT 2003


Hey Chris:

On Tue, Jun 17, 2003 at 11:04:38AM -0400, Christopher Hendry wrote:
> 
> Are there any ways I can watch his website and the traffic, or requests?

$_SERVER['HTTP_REFERER']
$_SERVER['REMOTE_ADDR']

They can be used to help identify who's requesting the page.  Use these 
bits as you're logging the variable values you care about in your 
application.

Enjoy,

--Dan

-- 
     FREE scripts that make web and database programming easier
           http://www.analysisandsolutions.com/software/
 T H E   A N A L Y S I S   A N D   S O L U T I O N S   C O M P A N Y
 4015 7th Ave #4AJ, Brooklyn NY    v: 718-854-0335   f: 718-854-0409



More information about the talk mailing list