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');


 ?

 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php




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 
http://www.uwc.ac.za/portal


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 = 10; $i = 0; $i-- )
{
echo $i ? $i...\n : HAPPY NEW YEAR!\n;
sleep( 1 );
}

?

Cheers,
Rob.
--
http://www.interjinn.com
Application and Templating Framework for PHP

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



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... Here's a better stab:

 ?php

 sleep( strtotime( '2009-12-31 23:59:50' ) - time() );
 for( $i = 10; $i = 0; $i-- )
 {
echo $i ? $i...\n : HAPPY NEW YEAR!\n;
sleep( 1 );
 }

 ?

 Cheers,
 Rob.
 --
 http://www.interjinn.com
 Application and Templating Framework for PHP


Efficiency, to me, was getting the email out in 15 seconds or less.  ;)


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 inefficient... Here's a better stab:

?php

sleep( strtotime( '2009-12-31 23:59:50' ) - time() );
for( $i = 10; $i = 0; $i-- )
{
   echo $i ? $i...\n : HAPPY NEW YEAR!\n;
   sleep( 1 );
}

?

Cheers,
Rob.
--
http://www.interjinn.com
Application and Templating Framework for PHP



Efficiency, to me, was getting the email out in 15 seconds or less.  ;)


Indeed you did nail that one on the head :D





--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



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

http://www.paulscott.za.net
http://twitter.com/paulscott56
http://avoir.uwc.ac.za

--=neXtPaRt_1262280971
Content-Type: text/plain;

All Email originating from UWC is covered by disclaimer http://www.uwc.ac.za/portal


Re: [PHP] Happy New Year

2009-12-31 Thread James Colannino
tedd wrote:

 May 2010  2009.

Fortunately, I think that's automatically true by definition :-D

James


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Happy New Year

2009-12-31 Thread Sudheer Satyanarayana



May 2010  2009.
 

Fortunately, I think that's automatically true by definition :-D

James
   

Humorous.


--

With warm regards,
Sudheer. S
Tech stuff: http://techchorus.net
Business: http://binaryvibes.co.in


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Happy new year!

2001-12-31 Thread Miles Thompson


A DYNAMIC, Happy, New Year.

PHP is great. Through it, and Linux, I've had a very interesting two years of 
programming and
my career seems to be bending away from desktop apps and towards net-oriented ones.

Regards to alll - Miles Thompson

On Monday 31 December 2001 08:20 pm, George Nicolae wrote:
 A happy new year with a lot of dynamic sites to all php community!

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]