I have some pages on a website hosted on UNIX, so no chance of writing a PB CGI. I want to add a click counter - not a page counter - to record the number of downloads of different items on the same page. I see that there are a few proprietary "click counters" out there, and they appear to work by passing an identifier to a remote URL where the counter is incremented, and somehow an image of the count is generated and returned.
Now, couldn't I do that click count server job with a PB CGI on an exe-friendly server, to service my own clicks?
Or would it make more sense to learn PHP and do it on the UNIX server? ISTR there could be a security issue with this, but details evade me, it's been a year since I tangled with the web...
Now, couldn't I do that click count server job with a PB CGI on an exe-friendly server, to service my own clicks?
Or would it make more sense to learn PHP and do it on the UNIX server? ISTR there could be a security issue with this, but details evade me, it's been a year since I tangled with the web...
Comment