/* * 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.
http://www.usatoday.com/news/health/spotlighthealth/2004-06-08-erwin_x.htm
Mike Erwin battles food allergies
"I can't eat raw fruits or vegetables because I'm highly allergic," says Erwin, 25, who also starred on Everwood. "The first inclination people have is that I made it up as a kid to get out of eating my vegetables. But it's really true. My family is part Native American. We have a history of food allergies and mine are really serious."
In fact, Erwin is so allergic to the cellulose in fruits and vegetables he could die from anaphylactic shock, a severe and quick, systemic allergic reaction that can overwhelm the respiratory and cardiovascular systems – sometimes within minutes. Anaphylaxis can also affect the skin and gastrointestinal tract and kills about 150 people annually.
Pictures of lesions and where the lesions are tell a great deal what the real problem is.
Seeing a picture of you gives many many clues to experienced eyes and we collectively have tons of experience in this forum.
How long have you had this problem?
What age did it begin?
How old are you now?
What medications / treatments have you done so far and how long did you take them?
What kind of detox protocols have you done so far?
In which country do you live?
What kind of profession do you do?
I think the bazillion supplements will eventually be gotten rid off when you eat real raw paleo diet food. Real food and drink works tons better.