/*
* 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 - Sweet Almond Oil?
Paleo Diet: Raw Paleo Diet and Lifestyle Forum
Raw Paleo Diet Forums => Off Topic => Topic started by: goodsamaritan on November 01, 2012, 05:40:29 pm
I stumbled onto sweet almond oil in the Indian grocery. Must be good for something, skin? Colon cleanse? Anything else? Please share your experiences with almond oil.
Call me cynical but it sounds like processed rubbish. I have never had success with oils. Hmm, other than very expensive krill oil......
This hand model thinks Almond Oil is a big deal. http://www.telegraph.co.uk/news/newstopics/howaboutthat/8901166/The-cheap-secret-behind-the-5-million-hands-almond-oil.html (http://www.telegraph.co.uk/news/newstopics/howaboutthat/8901166/The-cheap-secret-behind-the-5-million-hands-almond-oil.html)
Smells nice for massage. Oil massage could be good for cold weather?
If you have had really fresh dated almond oil you will be able to smell and taste if it is fresh. Fresh almond oil is a delight and great for many things. If it is not fresh, which is the most likely, I wouldn't even put it on my skin.