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 parag...@gmail.com wrote: ?php /** this going to be a long wish from Malaysia * @author paragasu */ do { echo 'wish you .. \n'; } (date('Y') 2010) ; exit (' Happy New Year'); ?

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: ?php while(date('Y') 2010) ; exit (' Happy New Year'); -- -- Paul http://www.paulscott.za.net http://twitter.com/paulscott56 http://avoir.uwc.ac.za All Email originating from UWC is covered by disclaimer

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: ?php while(date('Y') 2010) ; exit (' Happy New Year'); Oh dear... that's terribly inefficient... Here's a better stab: ?php sleep( strtotime( '2009-12-31 23:59:50' ) - time() ); for( $i

Re: [PHP] Happy New Year All!

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

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 rob...@interjinn.comwrote: Paul Scott wrote: Bipper Goes! wrote: return ThankYou; Oh god I think I blowed it up. I prefer: ?php while(date('Y') 2010) ; exit (' Happy New Year'); Oh dear... that's terribly

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

[PHP] Happy New Year All!

2009-12-30 Thread paragasu
?php /** this going to be a long wish from Malaysia * @author paragasu */ do { echo 'wish you .. \n'; } (date('Y') 2010) ; exit (' Happy New Year'); ? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php