RE: [PHP] Disclaimer
[email protected] ("Jay Blanchard")
| Newsgroups | php.general |
|---|---|
| Message-ID | <[email protected]> |
[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!