Re: [PHP] Tracking impressions

2002-03-30 Thread Miguel Cruz

On Sat, 30 Mar 2002, David Duong wrote:
> Hello, I need a script that can track impressions through PHP.
> 
> I know you load a php script from  tags than some how the image is
> loaded or redirected.
> 
> Is their a way I can record impressions and environment variables like IP,
> Browser, referrer, etc.

Sure, it's all available to your PHP script.

counter.php:



And just insert this on your page:

  

It doesn't matter what you put for "anything.gif" as long as it looks like 
an image file.

miguel


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] Tracking impressions

2002-03-30 Thread David Duong

Hello, I need a script that can track impressions through PHP.

I know you load a php script from  tags than some how the image is
loaded or redirected.

Is their a way I can record impressions and environment variables like IP,
Browser, referrer, etc.



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php