Howdy Joel:


>  Then in the cgi/exec script:
>  1) Do all The Usual Stuff to increment and save the hit counter; 2)
> Convert the (numeric) hit counter  value to decimal (ASCII string or
> array of  decimal  digits);  3)   Output  HTML  which pulls  in  the
> appropriate  images,   one  per digit,  in    a single  row  without
> whitespace between the tags.

        That's a good scheme, but it means all pages you want to count
have to be wrapped by a cgi-bin script as opposed to just adding an
img tag that points to a script within them.

        (Of course, with REBOL integrated into your web server, a
server side include makes this pretty darn easy to accomplish (-: )

        -jeff

Reply via email to