View Single Post
Old 2005-11-09, 02:54 AM   #3
Halfdeck
You can now put whatever you want in this space :)
 
Halfdeck's Avatar
 
Join Date: Oct 2004
Location: New Haven, CT
Posts: 985
Send a message via ICQ to Halfdeck
I'm pondering about doing this:

<img src="counter.php?ref=<? $_SERVER['HTTP_REFERER']; ?>">

It would use no javascript. Only an image is hotlinked from a different domain.

The reason why I can't use php is the stats is recorded in a MYSQL DB on a separate server. Linking to an image allows me to send stats to any host I want.
__________________
Success is going from failure to failure without a loss of enthusiasm.
Halfdeck is offline   Reply With Quote