[snip!]
>
> P.S. I though about typing a missive long enough to make this a number
> of lines of code divisible by 42, but I got over it. I wonder if all
of
> this could be squeezed into 42 lines of code (and not those really
long
> lines either)? That would be something, wouldn't it?

    Coincidentally, the above is 178 words.

<?php
$wordcount = 178;
echo round(($wordcount / 42),1);
?>
[/snip!]

Whoa! Totally unintentional dude!

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

Reply via email to