/* * 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; } } } } }
Raw Paleo Diet Forums > General Discussion
do you cycle meat?
TheWayCreatesTheWarrior:
do you rotate the type of meat you eat?
can you develop "sensitivity" to a particular type of meat if you eat it too often?
Kristelle:
I seriously doubt it. I eat beef almost daily. Stefansson, during his stay with the Inuits, ate the same thing, day in day out and experienced no problems.
xylothrill:
Same thing almost every day.
wodgina:
same thing everyday. I believe I have a sensitivity to fish and no longer buy it, went into anaphalatic shock one morning after a load of fish even though I had been eating it for a while and I can't eat tropical fish at all yuk. I have zero craving for fish and a few people on here would say that fish isn't even paleo.
I can't imagine anything tasting better than my salty beef and suet 'meat mix' yum. Doesn't get any better.
As far as meats go the only thing I occasionally crave is shellfish I could live the rest of my life on those two foods! oh and the occasional beer.
Andrew
Nicola:
--- Quote from: wodgina6722 on June 07, 2008, 12:40:16 am ---I can't imagine anything tasting better than my salty beef and suet 'meat mix' yum. Doesn't get any better.
Andrew
--- End quote ---
Andrew, is your beef salty from extra salt? How much do you eat and do you do IF?
Nicola
Navigation
[0] Message Index
[#] Next page
Go to full version