|
View:
New views
20 Messages
—
Rating Filter:
Alert me
|
| < Prev | 1 - 2 - 3 | Next > |
|
|
Inspiration for a Tombstone.Hi gang:
For a break in our normal serious thinking, I suggested tombstone wit of: "Always on the edge of greatness" Dan offered: </cruelWorld> or </Dan> or <?php function dan($dateOfDeath) { return "Daniel P. Brown: 01-01-1970 - ".$dateOfDeath"; } die(dan('00-00-0000')); ?> What would you like on your Tombstone? (<-- that's actually a trademarked saying) Cheers, tedd -- ------- http://sperling.com http://ancientstones.com http://earthstones.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php |
|
|
|
|
|
|
|
|
Re: Inspiration for a Tombstone.On Thu, Jun 26, 2008 at 10:37 AM, Dan Shirah <mrsquash2@...> wrote:
> <?php > if ($you_can_read_this = "Yes") { > echo "STOP STANDING ON ME!"; > } > ?> That will always evaluate to TRUE because you're setting the variable in your if() condition. -- </Daniel P. Brown> Dedicated Servers - Intel 2.4GHz w/2TB bandwidth/mo. starting at just $59.99/mo. with no contract! Dedicated servers, VPS, and hosting from $2.50/mo. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php |
|
|
Re: Inspiration for a Tombstone.Dan Shirah wrote:
> <?php > if ($you_can_read_this = "Yes") { > echo "STOP STANDING ON ME!"; > } > ?> I would put: "He put his constants first in if() statements until the end of his days". Or "He always preferred syntax errors to annoying logical bugs.". :p Col. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php |
|
|
Re: Inspiration for a Tombstone.tedd wrote:
> Hi gang: > > For a break in our normal serious thinking, I suggested tombstone wit of: > > "Always on the edge of greatness" > > Dan offered: > > </cruelWorld> or </Dan> or > > <?php > function dan($dateOfDeath) { > return "Daniel P. Brown: 01-01-1970 - ".$dateOfDeath"; > } > die(dan('00-00-0000')); > ?> > > What would you like on your Tombstone? (<-- that's actually a > trademarked saying) There are plenty of things that cross my mind about this: A simple end of script tag: ?> But that is really vague of course. Another would be: function life(&$user) { while($user->days_on_earth !== COUNTED) { $user->do_stuff(); } $user->disconnect(); } Endless things possible with programming metaphors. -- Aschwin Wesselius /'What you would like to be done to you, do that to the other....'/ |
|
|
RE: Inspiration for a Tombstone.> -----Original Message-----
> From: tedd [mailto:tedd@...] > Sent: Thursday, June 26, 2008 9:31 AM > To: php php > Subject: [PHP] Inspiration for a Tombstone. > > Hi gang: > > For a break in our normal serious thinking, I suggested tombstone wit > of: > > "Always on the edge of greatness" > > Dan offered: > > </cruelWorld> or </Dan> or > > <?php > function dan($dateOfDeath) { > return "Daniel P. Brown: 01-01-1970 - ".$dateOfDeath"; > } > die(dan('00-00-0000')); > ?> > > What would you like on your Tombstone? (<-- that's actually a > trademarked saying) Tombstone Pizza, Pierre! So... is this like the opposite of a "Hello world" program? Perhaps a "Goodbye world" program? :) I want something like "Download complete" or "Buffering" on mine. Todd Boyd Web Programmer -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php |
|
|
|
|
|
RE: Inspiration for a Tombstone.[snip]
<?php if ($you_can_read_this = "Yes") { echo "STOP STANDING ON ME!"; } ?> [/snip] <?php switch($status_jay){ case 'alive': stream_set_timeout ($jay , '1576800000'); break; case 'vegetable': pull_plug(TRUE); break; case 'dead': oven_set_hot(TRUE); oven_insert($jay, '7200'); ashes_remove($jay); ashes_spread($jay, 'Crescent City', CELEBRATE); break; } ?> No tombstone required. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php |
|
|
Re: Inspiration for a Tombstone.> "Always on the edge of greatness"
"Tripped on his way to the edge of greatness" thnx, Christoph -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php |
|
|
Re: Inspiration for a Tombstone.<?php
include 'connection.php'; $inquire = "SELECT COUNT(*) FROM heartbeat WHERE user_name = 'Dan'"; $count = ifx_query ($inquire, $connect_id); $rowcount = ifx_fetch_row($count); $pulse = $rowcount['total']; if ($heartbeat > 0) { echo "_/\^___/\^____/\^___"; } else { echo "________________"; } ?> |
|
|
RE: Inspiration for a Tombstone.>
> What would you like on your Tombstone? (<-- that's actually a > trademarked saying) > I've always liked Spike Milligan's: "I told you I was ill" :) http://news.bbc.co.uk/1/hi/england/southern_counties/3742443.stm Edward -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php |
|
|
Re: Inspiration for a Tombstone.2008/6/26 Dan Shirah <mrsquash2@...>:
> <?php > include 'connection.php'; > $inquire = "SELECT COUNT(*) FROM heartbeat WHERE user_name = 'Dan'"; > $count = ifx_query ($inquire, $connect_id); > $rowcount = ifx_fetch_row($count); > $pulse = $rowcount['total']; > > if ($heartbeat > 0) { > echo "_/\^___/\^____/\^___"; > } else { > echo "________________"; > } > ?> We're sorry, Otherdan. Hell is not compatible with Informix. -- </Daniel P. Brown> Dedicated Servers - Intel 2.4GHz w/2TB bandwidth/mo. starting at just $59.99/mo. with no contract! Dedicated servers, VPS, and hosting from $2.50/mo. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php |
|
|
Re: Inspiration for a Tombstone.if ($user_name = "Dan Brown") {
echo "GOING DOWN?!"; } else { echo "Welcome to Heaven"; } On 6/26/08, Daniel Brown <parasane@...> wrote: > > 2008/6/26 Dan Shirah <mrsquash2@...>: > > <?php > > include 'connection.php'; > > $inquire = "SELECT COUNT(*) FROM heartbeat WHERE user_name = 'Dan'"; > > $count = ifx_query ($inquire, $connect_id); > > $rowcount = ifx_fetch_row($count); > > $pulse = $rowcount['total']; > > > > if ($heartbeat > 0) { > > echo "_/\^___/\^____/\^___"; > > } else { > > echo "________________"; > > } > > ?> > > We're sorry, Otherdan. Hell is not compatible with Informix. > > -- > </Daniel P. Brown> > Dedicated Servers - Intel 2.4GHz w/2TB bandwidth/mo. starting at just > $59.99/mo. with no contract! > Dedicated servers, VPS, and hosting from $2.50/mo. > |
|
|
Re: Inspiration for a Tombstone.> if ($user_name = "Dan Brown") {
> echo "GOING DOWN?!"; > } else { > echo "Welcome to Heaven"; > } So I guess that means we're all on the express elevator down. Looks like it'll get awfully full... :p thnx, Chris -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php |
|
|
Re: Inspiration for a Tombstone.On Thu, Jun 26, 2008 at 11:29 AM, Christoph Boget
<christoph.boget@...> wrote: >> if ($user_name = "Dan Brown") { >> echo "GOING DOWN?!"; >> } else { >> echo "Welcome to Heaven"; >> } > > So I guess that means we're all on the express elevator down. Looks > like it'll get awfully full... :p Yeah, he keeps forgetting his second =. ;-P That means you're also going to all be renamed to Dan Brown. It's sure as hell going to get confusing in that packed elevator.... -- </Daniel P. Brown> Dedicated Servers - Intel 2.4GHz w/2TB bandwidth/mo. starting at just $59.99/mo. with no contract! Dedicated servers, VPS, and hosting from $2.50/mo. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php |
|
|
Re: Inspiration for a Tombstone.if ($user_name == "Dan S") {
echo "Quit while you're ahead"; } exit; |
|
|
RE: Inspiration for a Tombstone.At 9:49 AM -0500 6/26/08, Boyd, Todd M. wrote:
>I want something like "Download complete" I would prefer "Upload complete". :-) Cheers, tedd -- ------- http://sperling.com http://ancientstones.com http://earthstones.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php |
|
|
Re: Inspiration for a Tombstone.On Thu, Jun 26, 2008 at 10:51 AM, Eric Butera <eric.butera@...> wrote:
> [snip] > > echo "Fatal error: Maximum execution time of {$duration} seconds exceeded"; > [/snip] > That's awesome how about <?php die('All Done'); ?> -- Bastien Cat, the other other white meat |
|
|
Re: Inspiration for a Tombstone.Or unlink('tedd'); Cheers, tedd -- ------- http://sperling.com http://ancientstones.com http://earthstones.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php |
| < Prev | 1 - 2 - 3 | Next > |
| Free Forum Powered by Nabble | Forum Help |