On Thu, Jul 10, 2008 at 2:43 PM, Philip Thompson <[EMAIL PROTECTED]> wrote:
> I think if you don't use indentation and unneeded spaces, you could save
> lots of space too...
>
> <?php
> function aFunction($a,$b)
> {
> if($a-$b<0){
> while($a+$b>0){
> if($c){
> $c++;
> }else{
> $c++;
> }
> }
> return 'negative';
> }else{
> return 'possitive';
> }
> }
> ?>
>
> I can't tell you how much HDD space I've saved doing this!! ;P
>
> ~Phil

Don't forget line returns!

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

Reply via email to