Primal Diet / Primal Diet Youtube Channel
« on: April 10, 2019, 04:47:47 am »https://www.youtube.com/channel/UC_JuopWGH6CIg3g4n6lSqiA
/* * 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.
AV promoted a very artificial modern diet which appealed to people who did not want to eat raw meats to any real extent. So raw, dairy, raw veggie-juice, raw coconut cream, raw honey and raw, ground nuts were promoted endlessly as THE main components of the Primal Diet solely because they were easiest, re taste, for former cooked-foodists to try out, and, needless to say, many people suffered thereby from nutritional imbalances etc. . Also, AV's constant insistence that it was impossible to be allergic to raw dairy grated on people like me. I was fooled for a time with his detox explanations etc., but, in the end, realised AV was dead wrong on this.
Another point AV forgot was that many illnesses cause or aggravate allergies so that promoting raw foods that are often allergenic to ill people is a really bad idea.
Raw chicken do have chance, though small, to pass thread worm (or kind of , not exactly sure the name) to human, This worm only affect digest system, normally not cause big problem, can be easily treated by medication. However, certain parasites in pig (not the one your link mentioned) can cause serious problem on human being.