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
lt;[EMAIL PROTECTED]> To: "Jon Barnhardt" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, November 11, 2003 7:58 PM Subject: Re: hit counter That will work, but I'd like to combine them into one image if possible. Jon Barnhardt wrote: name your gifs 1.gif,

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
Jon Barnhardt" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, November 11, 2003 7:58 PM Subject: Re: hit counter That will work, but I'd like to combine them into one image if possible. Jon Barnhardt wrote: name your gifs 1.gif, 2.gif 3.gif 4.gif, etc once you have your

Re: hit counter

2003-11-11 Thread Octavian Rasnita
- From: "Andrew Gaffney" <[EMAIL PROTECTED]> To: "Jon Barnhardt" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, November 11, 2003 7:58 PM Subject: Re: hit counter > That will work, but I'd like to combine them into one image if possible

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
That will work, but I'd like to combine them into one image if possible. Jon Barnhardt wrote: name your gifs 1.gif, 2.gif 3.gif 4.gif, etc once you have your number stored in a variable (hit count), split it into an array then loop through the array and append the .gif to the number and write th