Re: [PHP] Happy New Year All!

2009-12-31 Thread Paul Scott
--=neXtPaRt_1262280971 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Robert Cummings wrote: > > Oh dear... that's terribly inefficient... Here's a better stab: True, but my design criteria included that it needed to fit into a 140 char tweet too... -- -- Paul ht

Re: [PHP] Happy New Year All!

2009-12-31 Thread Robert Cummings
Bipper Goes! wrote: On Thu, Dec 31, 2009 at 10:52 AM, Robert Cummings wrote: Paul Scott wrote: Bipper Goes! wrote: return ThankYou; Oh god I think I blowed it up. I prefer: Oh dear... that's terribly inefficient... Here's a better stab: = 0; $i-- ) { echo $i ? "$i...\n" : "HAPPY

Re: [PHP] Happy New Year All!

2009-12-31 Thread Bipper Goes!
On Thu, Dec 31, 2009 at 10:52 AM, Robert Cummings wrote: > > > Paul Scott wrote: > >> Bipper Goes! wrote: >> >>> return ThankYou; >>> >>> >>> Oh god I think I blowed it up. >>> >> >> I prefer: >> >> > while(date('Y') < 2010) ; >> exit (' Happy New Year'); >> > > > Oh dear... that's terribly ineffi

Re: [PHP] Happy New Year All!

2009-12-31 Thread Robert Cummings
Paul Scott wrote: Bipper Goes! wrote: return ThankYou; Oh god I think I blowed it up. I prefer: Oh dear... that's terribly inefficient... Here's a better stab: = 0; $i-- ) { echo $i ? "$i...\n" : "HAPPY NEW YEAR!\n"; sleep( 1 ); } ?> Cheers, Rob. -- http://www.interjinn.com

Re: [PHP] Happy New Year All!

2009-12-31 Thread Paul Scott
Bipper Goes! wrote: > return ThankYou; > > > Oh god I think I blowed it up. I prefer: http://www.paulscott.za.net http://twitter.com/paulscott56 http://avoir.uwc.ac.za All Email originating from UWC is covered by disclaimer http://www.uwc.ac.za/portal

Re: [PHP] Happy New Year All!

2009-12-31 Thread Bipper Goes!
return ThankYou; Oh god I think I blowed it up. :) -Bip On Thu, Dec 31, 2009 at 1:11 AM, paragasu wrote: > > /** this going to be a long wish from Malaysia > * @author paragasu > */ > > do { echo 'wish you .. \n'; } (date('Y') < 2010) ; > exit (' Happy New Year'); > > > ?> > > -- > PHP G

[PHP] Happy New Year All!

2009-12-30 Thread paragasu
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php