No problem bud, sorry I tried to help.

Anyhow, this does work, you just do not know how to write image.php so that
it returns the correct data for an image counter. maybe i misunderstood your
first email, but I thought you were looking for a "hidden" way of keeping
track of page hit counts and user paths, etc.

If your talking about files that can have PHP in them, then this is as
simple as an include() file that generates the correct <img> calls to
product the correct number, while tracking the other information you want.

If you want to call this on a plain HTML page that can't parse PHP, then the
only way I know of is to create an image call to a PHP script. Maybe you can
do more with Javascript or SSI, if that's available...

---John Holmes...
----- Original Message -----
From: "Martin Smetak" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, June 04, 2002 12:14 PM
Subject: Re: [PHP] multisite hit counter, includin session statistics


> <img src="http://www.yourserver.com/image.php?ID=xxx";>
>
> Well, how can this help me? This is the way I need to use the counter on
web
> page, it solves nothing.
> I need the same thing u are asking to, but this way it doesn't work. But
> there are counters-sites that uses
> this method(img) producing session statistics.
> Anyone know how they do that?
>
> Minca
>
> >
> > Do what you need to do with the PHP code as far as keeping a count of
> > visitors, etc, and then create an image header and send it the data for
a
> > 1x1 pixel transparant image.
> >
> > Got a question for everyone else, b/c I'm not sure on this. If I have a
> link
> > like the above on www.example.com, say, and it linkes to
> > www.yourserver.com/image.php, can I start a session in that file and
have
> it
> > carry over each time this image is called?  i.e. image.php would start a
> > session, see if one already exists, update counts and "track" of user,
> then
> > send image headers and data. Will that work? I'm at work now, so I can't
> > test it. What I'm worried about is the session cookies being accessible
> when
> > it's an image being requested, not a web page...
> >
> > Any suggestions welcome...
> >
> > ---John Holmes....
> >
> > ----- Original Message -----
> > From: "Martin Smetak" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Tuesday, June 04, 2002 11:30 AM
> > Subject: [PHP] multisite hit counter, includin session statistics
> >
> >
> > > Hi!
> > >
> > > I want to write some multisite hit counter, but including session
> > > statistics.
> > > Anyone knows how to do that? I mean: I need to place some link on the
> > page
>
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>


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

Reply via email to