RE: [PHP] Question about time...

2007-10-25 Thread Instruct ICC
> >> I want to be able to display something like an image of a turkey > >> during the month of november from now until I'm dead. > > > > And how will the application know when you are dead? > > Well, I code all of my applications to receive RFID signals, and I > had a RFID transmitter embedded

Re: [PHP] Question about time...

2007-10-25 Thread tedd
At 3:13 PM +0200 10/25/07, Zoltán Németh wrote: 2007. 10. 25, csütörtök keltezéssel 09.01-kor Jason Pruim ezt írta: > That's actually where I got the idea, just couldn't remember who on what list said they did it :) using variables in css is it as easy as just putting in a quick in the css?

Re: [PHP] Question about time...

2007-10-25 Thread Daniel Brown
On 10/25/07, Zoltán Németh <[EMAIL PROTECTED]> wrote: > 2007. 10. 25, csütörtök keltezéssel 09.01-kor Jason Pruim ezt írta: > > On Oct 24, 2007, at 9:01 PM, tedd wrote: > > > > > At 3:10 PM -0700 10/24/07, Instruct ICC wrote: > > >> > I want to be able to display something like an image of a turke

Re: [PHP] Question about time...

2007-10-25 Thread Zoltán Németh
2007. 10. 25, csütörtök keltezéssel 09.01-kor Jason Pruim ezt írta: > On Oct 24, 2007, at 9:01 PM, tedd wrote: > > > At 3:10 PM -0700 10/24/07, Instruct ICC wrote: > >> > I want to be able to display something like an image of a turkey > >>> during the month of november from now until I'm dead.

Re: [PHP] Question about time...

2007-10-25 Thread Jason Pruim
On Oct 24, 2007, at 9:01 PM, tedd wrote: At 3:10 PM -0700 10/24/07, Instruct ICC wrote: > I want to be able to display something like an image of a turkey during the month of november from now until I'm dead. And how will the application know when you are dead? When you stop paying for

Re: [PHP] Question about time...

2007-10-25 Thread Jason Pruim
On Oct 24, 2007, at 6:10 PM, Instruct ICC wrote: I want to be able to display something like an image of a turkey during the month of november from now until I'm dead. And how will the application know when you are dead? Well, I code all of my applications to receive RFID signals, and I

RE: [PHP] Question about time...

2007-10-24 Thread Instruct ICC
> > > I want to be able to display something like an image of a turkey > >> during the month of november from now until I'm dead. > > > >And how will the application know when you are dead? > > When you stop paying for hosting, the application get's the idea when > it's bits go poof! Yep, tha

RE: [PHP] Question about time...

2007-10-24 Thread tedd
At 3:10 PM -0700 10/24/07, Instruct ICC wrote: > I want to be able to display something like an image of a turkey during the month of november from now until I'm dead. And how will the application know when you are dead? When you stop paying for hosting, the application get's the idea when

RE: [PHP] Question about time...

2007-10-24 Thread Bastien Koert
what about if (date("m") == 11){ echo ""; } bastien > To: php-general@lists.php.net> From: [EMAIL PROTECTED]> Date: Wed, 24 Oct 2007 15:57:38 -0400> Subject: [PHP] Question about time...>> Hi Everyone,

Re: [PHP] Question about time...

2007-10-24 Thread Daniel Brown
On 10/24/07, Instruct ICC <[EMAIL PROTECTED]> wrote: > > > I want to be able to display something like an image of a turkey > > during the month of november from now until I'm dead. > > And how will the application know when you are dead? > >

RE: [PHP] Question about time...

2007-10-24 Thread Instruct ICC
> I want to be able to display something like an image of a turkey > during the month of november from now until I'm dead. And how will the application know when you are dead? _ Windows Live Hotmail and Microsoft Office Outlook –

Re: [PHP] Question about time...

2007-10-24 Thread Jason Pruim
On Oct 24, 2007, at 4:09 PM, Richard Heyes wrote: I am attempting to get the logic of something figured out and I thought someone might be able to confirm what I'm thinking :) I want to be able to display something like an image of a turkey during the month of november from now until I'm dea

Re: [PHP] Question about time...

2007-10-24 Thread Daniel Brown
On 10/24/07, Daniel Brown <[EMAIL PROTECTED]> wrote: > On 10/24/07, Jason Pruim <[EMAIL PROTECTED]> wrote: > > Hi Everyone, > > > > I am attempting to get the logic of something figured out and I > > thought someone might be able to confirm what I'm thinking :) > > > > I want to be able to display

Re: [PHP] Question about time...

2007-10-24 Thread Richard Heyes
I am attempting to get the logic of something figured out and I thought someone might be able to confirm what I'm thinking :) I want to be able to display something like an image of a turkey during the month of november from now until I'm dead. I was playing around with mktime and it showed ve

Re: [PHP] Question about time...

2007-10-24 Thread Jason Pruim
Errr... Never mind... Soon as I hit send I got a brain storm... I just do this: Or something similar, I'll try and feather it out and see how it works for multiple holidays :) (IE: Thanksgiving, Christmas, New Years, Halloween etc. etc.) On Oct 24, 2007, at 3:57 PM, Jason Pruim wrote:

Re: [PHP] Question about time...

2007-10-24 Thread Daniel Brown
On 10/24/07, Jason Pruim <[EMAIL PROTECTED]> wrote: > Hi Everyone, > > I am attempting to get the logic of something figured out and I > thought someone might be able to confirm what I'm thinking :) > > I want to be able to display something like an image of a turkey > during the month of november

[PHP] Question about time...

2007-10-24 Thread Jason Pruim
Hi Everyone, I am attempting to get the logic of something figured out and I thought someone might be able to confirm what I'm thinking :) I want to be able to display something like an image of a turkey during the month of november from now until I'm dead. I was playing around with mktim