/*
* 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 - Psoriasis and ZC
Paleo Diet: Raw Paleo Diet and Lifestyle Forum
Raw Paleo Diet to Suit You => Carnivorous / Zero Carb Approach => Topic started by: Hotmail on September 16, 2012, 05:46:24 pm
-
Anyone here got Psoriasis? Did you notice any change to your psoriasis symptoms?
-
you can cycle and try different raw paleo diet variants and special foods depending on the stage of healing you are in.
i helped save and heal my bro when he almost died of psoriasis.
luke from poland cured himself of psoriasis with raw paleo diet and detoxes. see his story at www.eczemacure.info (http://www.eczemacure.info)
justdoiteczema here improved tons. his story and pics also at www.eczemacure.info (http://www.eczemacure.info).
you might want to open a journal, tell us all about it. maybe you will be the next success story.
-
I recommend sunlight, vitamin D supplements, and a low-carb, high-fat diet.
-
Thanks, goodsamaritan, I read some of the articles in the link provided, and will read more later today.
cherimoya_kid: thanks yes I am taking all the supplements above and more.
Will write more, I already have a journals, so will update it.