Info / News Items / Announcements / Re: Dr. Eades on Paleo Diet Study
« on: February 19, 2009, 02:55:30 pm »
/* * 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.

That's strange. Generally speaking,I've only had such things appear when I've mixed raw and cooked(junk) foods together in quick succession. Are you perhaps eating too much in one go?i agree, it is strange. ive been all raw for a bit now and generally dont eat that much (though i tend to do most of my eating in one sitting)
Well, if this had been me, I would have resorted to either eating some "high-meat" in order to get some extra bacteria in order to restore the right balance within my body, or I would go in for a 2-3 day-long (mineral-)water-fast to allow my stomach to sort itself out. I'm sure you're leery of "high-meat" at this stage so probably best to go for the 2nd option.

today wasn't the best day...
i was at work and I sliced my finger open with a knife...
had to go to the ER and get 5 stitches in my finger.
Totally sucks, as I don't know how long it'll be before I'm able to play guitar or piano again. Plus I'm not sure how it will affect working out.
The stitches have to stay in for 10 days.