/*
* 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;
}
}
}
}
}
Print Page - Healthy blood circulation is key to a longer life
Paleo Diet: Raw Paleo Diet and Lifestyle Forum
Raw Paleo Diet Forums => Off Topic => Topic started by: TylerDurden on September 12, 2016, 06:57:41 pm
http://www.dailymail.co.uk/news/article-3784656/A-healthy-circulation-key-living-longer-life-Superagers-good-blood-flow-body-s-smallest-capillaries.html (http://www.dailymail.co.uk/news/article-3784656/A-healthy-circulation-key-living-longer-life-Superagers-good-blood-flow-body-s-smallest-capillaries.html) I note that many RVAFers have mentioned on various forums that their blood-circulation slowly but significantly improved after years on a RVAF diet.
This site shows blood cells clumping together making the blood thicker and reducing circulation. They say it is caused by undigested fat and protein in the blood. I expect that cooking reduces digestion and contributes to this issue. http://www.alleganynutrition.com/index.php?Live_Blood_Conditions (http://www.alleganynutrition.com/index.php?Live_Blood_Conditions)
I feel there is various methods to radically alter blood circulation rapidly. Eating particular foods while being more and more active... raw honey ginger and peppers come to mind, fresh nettles on the skin too.