/* * 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.
Ionna what could be unhealthy about hot showers? Ok, maybe if you alternated hot and cold you'd get more circulation going, but at the expense of enduring cold water. Just offering my support, hot showers, yum, enjoy.
Why do you want to give up shampoo?
Water works pretty well on it's own, but you can always go with some sort of minimal ingredient all natural product. Dr. Bronners, Paul's Organic, etc. are good, as is Knotty Boy Dread Bar. I wonder if Ivory Soap is still natural?
You can always mix up some salt water (you know how clean your hair & scalp feel when you get out of the ocean) or even a mild abrasive (salt & sand, mud, etc) or oils.
Just the opposite for me. My pits smelled bad on SAD and high carb/low fat, then smelled much better on standard Paleo and I think slightly better still on ZC near-RPD.My armpits don't smell no more! Thank goodness.
Yeah, my skin didn't clear completely until I went ZC. I'm still shocked that even small amounts of fruits or nuts bring back my dry skin and acne.Yes, I read a post of yours mentioning that. Others have said so as well. That's why I decided to go zc earlier than originally planned. I've stopped using lotion to see how my skin is really progressing.
Dang, I miss berries most too. Why did you have to remind me?Well I had to share my pain with someone!
FYI: I hope my frustration didn't seem pointed at you--it was aimed at Sussman and his ilk, who seem to adopt a political agenda and then seek out information to confirm it.