[PHP] Tripple The Fun

2009-03-24 Thread abdulazeez alugo
Hello guys, The list seems boring to me today so I've come up with an idea (you can call it a challenge). What if we all wrote to this thread in PHP codes. on't get the gist yet? well all it means is that, on this thread, all that we should see must be written in PHP codes and it must be

Re: [PHP] Tripple The Fun

2009-03-24 Thread Nick Cooper
?php echo 'won\'t it just end up as lots of echos and prints?'; ? 2009/3/24 abdulazeez alugo defati...@hotmail.com Hello guys, The list seems boring to me today so I've come up with an idea (you can call it a challenge). What if we all wrote to this thread in PHP codes. on't get the gist

Re: [PHP] Tripple The Fun

2009-03-24 Thread Jan G.B.
It won't take long until someone digs out the old joke... touch unzip, strip ... I can't read it anymore! 2009/3/24 Nick Cooper nick.coo...@jdi-solutions.co.uk: ?php echo 'won\'t it just end up as lots of echos and prints?'; ? 2009/3/24 abdulazeez alugo defati...@hotmail.com Hello guys,

Re: [PHP] Tripple The Fun

2009-03-24 Thread tedd
At 2:02 PM +0100 3/24/09, abdulazeez alugo wrote: Hello guys, The list seems boring to me today so I've come up with an idea (you can call it a challenge). What if we all wrote to this thread in PHP codes. on't get the gist yet? well all it means is that, on this thread, all that we should

Re: [PHP] Tripple The Fun

2009-03-24 Thread Marc
?php echo base64_decode('VGhhdCByZWFsbHk='); $RCDCE0CB7B12D0116B987F9A96911A37B = array('2','3','w',' d','q','o','e','i','3','p','p','2','e','s','a','n','u','y','d','q','z','s'); for ($REDCEC4A793439846D7944E29AD2898E9=1;

Re: [PHP] Tripple The Fun

2009-03-24 Thread Nick Cooper
?php $var1 = 'defghi/ghijkl/qurstu/efghij/opqurs/stuvwx/defghi/tuvwxy/abcd/opqurs/abcde/stuvwx';$e = explode('/',$var1);for($i=0;$icount($e);$i++) {if ($i%2) {echo $e[$i]{0};} else {echo $e[$i]{(strlen($e[$i])-1)};}if (in_array($i,array(0,5,7))) {echo ' ';}} ? 2009/3/24 Marc li...@bithub.net

RE: [PHP] Tripple The Fun

2009-03-24 Thread abdulazeez alugo
php $alugo='V2hhdCB0aGUgZnVjaydzIGdvaW5nIG9uIGhlcmU/'; print base64_decode($alugo); ? Date: Tue, 24 Mar 2009 14:01:23 + From: nick.coo...@jdi-solutions.co.uk To: li...@bithub.net CC: php-general@lists.php.net Subject: Re: [PHP] Tripple The Fun ?php $var1 = 'defghi/ghijkl

Re: [PHP] Tripple The Fun

2009-03-24 Thread דניאל דנון
?php

Re: [PHP] Tripple The Fun

2009-03-24 Thread Jochem Maas
tedd schreef: At 2:02 PM +0100 3/24/09, abdulazeez alugo wrote: Hello guys, The list seems boring to me today so I've come up with an idea (you can call it a challenge). What if we all wrote to this thread in PHP codes. on't get the gist yet? well all it means is that, on this thread, all

Re: [PHP] Tripple The Fun

2009-03-24 Thread tedd
anyways I always figured Rocks[tm] was the first OO language, how much more 'objecty' can you get than a rock :) Maybe so, but we lacked the concept of an abstract rock -- it was hard to down a Pterodactyl with one. Cheers, tedd -- --- http://sperling.com http://ancientstones.com

Re: [PHP] Tripple The Fun

2009-03-24 Thread Michael A. Peters
$reply = new DOMDocument(1.0,utf-8); $reply-formatOutput = true; $headers = $reply-createElement(headers); $body = $reply-createElement(body); $subject = $reply-createElement(Subject,Re: [PHP] Tripple The Fun); $to = $reply-createElement(To,abdulazeez alugo defati...@hotmail.com); $cc