/* * 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; } } } } }
So i have seen wai diet website, and some people were cured of their acne via wai diet. Would it also work for dermatitis?Well, consider the Wai diet is a fairly natural diet, I'm assuming it will have similar healing abilities as a diet with more raw meat. I think raw diets are always healing, even raw vegan or fruitarian. Getting rid of grains and cooked foods "heals" many, and in my opinion most, diseases.
I mean i guess i can eventually start eating raw meat (i ate some tonight, almost threw up), especially if i am allowed to eat tons of fruits and some veggies.
Wai diet raw meat is only raw eggs and raw sashimi... that should be pretty easy for most people.