Re: Hit counter

2003-12-25 Thread Andrew Gaffney
Charlie somerville wrote: You don't need to get that from a database! All you havve to do is put a lock on a file read the file, increment it write the file and take the lock off, easy! First of all, I guess you are WAY behind on your e-mail. I posted that question back in mid-November. Second, th

Re: Hit counter

2003-12-25 Thread Wiggins d'Anconia
Please bottom post... Charlie somerville wrote: You don't need to get that from a database! All you havve to do is put a lock on a file read the file, increment it write the file and take the lock off, easy! Without knowing more about the OP's design how can you possibly determine whether a DB is

RE: Hit counter

2003-11-13 Thread Charles K. Clarkson
parvez mohamed <[EMAIL PROTECTED]> wrote: : Andrew Gaffney <[EMAIL PROTECTED]> wrote: : : : I want to write a CGI in perl that when called, grabs a : : number from a MySQL db or a file, increments it, writes : : the number back out, and then returns a GIF with that : : number. I want to have 10

Re: hit counter

2003-11-13 Thread John Horner
I just wanted to note that the HTML in this was incorrect. "" & myarray(i) & ".gif" should be '' -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: hit counter

2003-11-12 Thread Octavian Rasnita
As I said, I don't know. - Original Message - From: "Andrew Gaffney" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, November 11, 2003 8:55 PM Subject: Re: hit counter > Wouldn't these have the same effect? > > Octavian Rasnita wro

Re: hit counter

2003-11-11 Thread Andrew Gaffney
able to read that image on the screen. A better idea would be to use server side includes and print a text hit counter, or use Javascript to include the text generated by a CGI script if your server doesn't accept SSI. Teddy - Original Message - From: "Andrew Gaffney" &

Re: hit counter

2003-11-11 Thread Octavian Rasnita
Tuesday, November 11, 2003 9:27 PM Subject: Re: hit counter > So, if I were to do 'cat 1.gif 2.gif 3.gif 4.gif > 1234.gif' at the command line, I'd get > a GIF that displays '1234' if each of the original file contains a number? > > Octavian Rasnita wrote:

Re: hit counter

2003-11-11 Thread Andrew Gaffney
. A better idea would be to use server side includes and print a text hit counter, or use Javascript to include the text generated by a CGI script if your server doesn't accept SSI. Teddy - Original Message - From: "Andrew Gaffney" <[EMAIL PROTECTED]> To: "

Re: hit counter

2003-11-11 Thread Octavian Rasnita
ss for the blind visitors that won't be able to read that image on the screen. A better idea would be to use server side includes and print a text hit counter, or use Javascript to include the text generated by a CGI script if your server doesn't accept SSI. Teddy - Original Message

RE: hit counter

2003-11-11 Thread Jon Barnhardt
Cc: Subject: Re: hit counter When you're on a mailing list, please use Reply All to send your reply back to the list, also. Jon Barnhardt wrote: > I believe that would reqiure a graphic manipulation component of some kind. Not familia

Re: hit counter

2003-11-11 Thread Andrew Gaffney
nguage of choice but the logic still stands hope that helps Jon -Original Message- From: Andrew Gaffney [mailto:[EMAIL PROTECTED] Sent: Tue 11/11/2003 12:55 AM To: [EMAIL PROTECTED] Cc: Subject: hit counter I want to write a CGI in perl that when called, grabs

hit counter

2003-11-11 Thread Andrew Gaffney
I want to write a CGI in perl that when called, grabs a number from a MySQL db or a file, increments it, writes the number back out, and then returns a GIF with that number. I want to have 10 separate GIFs, each one containing an image (that I have created to match the site design) of a number,