General Discussion / Re: Pancreatic insuffiency
« on: January 09, 2017, 06:33:50 pm »
/* * 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; } } } } }
Visit our website: www.rawpaleodiet.com
Join our Yahoo Group: RawPaleoDiet
RSS Feed Latest 50 Posts
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
) Anyways, I'm trying to get to the point of explaining that no matter what diet approach I try, it pretty soon fails.. ( I have been doing raw animal foods only for 3 weeks and already I run into trouble).. of course, 3 weeks is mightily short and there are many factors playing I am sure, but the main issue I keep sensing is just a very poorly working pancreas and therefor a poor production of digestive enzymes and so I run into trouble pretty soon on any diet, as I said: cold hands, low energy, depression... Now, of course, I could add in my plant foods, but here's the catch: I cannot digest them either. If I have them raw I freeze to death as they seem very cooling, if I have them cooked, they irritate my gut aswell,it's bearable, but far from optimal.