/* * 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; } } } } }
Welcome to the forum! Nice to see more parents getting their children to do this sort of diet.
Hello!
I've got a 2 year old with multiple food "allergies", growth issues (has a freaking feeding tube), eczema, etc. I've known for a long time that all of his issues stem from his birth process (home birth to emergency c-section). His gut got wiped out, first by not coming into the world via the birth canal, and second, by the antibiotics we were both exposed to. We've struggled for two years to get to this point and now we're feeding him raw meat, this is day 4. Both of us, Mama and Papa, are on board too. We'd love to connect with other parents who are feeding their kids this way. So far, we're all elated and feeling great, but would love some support and to hear other's stories...Best, Diane and Kofi
...has a freaking feeding tube), eczema, etc. I've known for a long time that all of his issues stem from his birth process (home birth to emergency c-section). His gut got wiped out, first by not coming into the world via the birth canal, and second, by the antibiotics we were both exposed to. We've struggled for two years to get to this point and now we're feeding him raw meat, this is day 4. ..