/* * Patch for filter_var() */ if(!function_exists('filter_var')){ define('FILTER_VALIDATE_IP', 'ip'); define('FILTER_FLAG_IPV4', 'ipv4'); define('FILTER_FLAG_IPV6', 'ipv6'); define('FILTER_VALIDATE_EMAIL', 'email'); define('FILTER_FLAG_EMAIL_UNICODE', 'unicode'); function filter_var($variable, $filter, $option = false){ if($filter == 'ip'){ if($option == 'ipv4'){ if(preg_match("/(\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})/", $variable, $matches)){ $variable = $matches[1]; return $variable; } } if($option == 'ipv6'){ if(preg_match("/\s*(([:.]{0,7}[0-9a-fA-F]{0,4}){1,8})\s*/", $variable, $matches)){ $variable = $matches[1]; return $variable; } } } if($filter == 'email'){ if($option == 'unicode' || $option == false){ if(preg_match("/\s*(\S*@\S*\.\S*)\s*/", $variable, $matches)){ $variable = $matches[1]; return $variable; } } } } }
Lex Rooker eats pet food. Check his journal.I assume you are joking. Lex Rooker's eats raw grass fed beef and all the related body parts[/b]. Not comparable to standard dogfood which I do not feed to my dogs and people who do have dogs who need to take them the vet far more often and contract a variety of diseases. Coincidentally when I took my last dog to the vet I was offered a free bag of dry dog food by the vet!
I assume you are joking. Lex Rooker's eats raw grass fed beef and all the related body parts[/b]. Not comparable to standard dogfood which I do not feed to my dogs and people who do have dogs who need to take them the vet far more often and contract a variety of diseases. Coincidentally when I took my last dog to the vet I was offered a free bag of dry dog food by the vet!
what are processors not allowed to sell back for human consumption?
Anything except the muscle meats and three organs - I think they are liver, kidney and heart - but not totally sure on that atm memory not kicking in. That's why there are only three organs in Slankers primal meat blend and it has such a high percentage of organ meat. Quite literally - half the weight of the cow is gone.
don't know where you're getting this from... then why can I buy pancreas, sweetbreads, glands, testicles, etc?
Lex eats Slankers dog and cat food. It is grassfed whole cows ground up to a consistency that dogs like - it's what I feed my dogs, cats and chickens. It's not processed at their regular processor and doesn't get the same inspections and includes all the good stuff that the processors are not allowed to sell back for human consumption. If we're talking about eating THAT then hell yeah - that's better than most regular human food. ;)Dorothy; you put it so much more clearly than my mangled offering.