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
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
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
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]
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
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,
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:
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
-
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
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
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
11 matches
Mail list logo