[snip]
My kitchen sink always gets clogged when we clean out the fridge.  Does
anyone know of a way I can fix that? ;)
[/snip]

$strSinkTrap = fopen("/under/the/cabinet/", "w+");
while(!feof($strSinkTrap)){
        unscrewFittings($pipe);
                if($pipeUnscrewed == TRUE){
                        removeClog($hair, $grease, $grime);
                }
}
fclose($strSinkTrap);

PHP rocks!

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

Reply via email to