/* * 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; } } } } }
I usually prefer eating any food separately from any other food(ie half and hour between each). The only exception is suet and marrow which I use with my meats.Sooo, explain alkaline and acid and mixing ...and i'm confused :-[...i just recently been hearing about alkaline and stuff...anyone mind explaining or posting a link please... :)
Yeah, the whole acidic/alkaline thing goes over my head a bit...feels good when your not alone... :)
OOOOH man I just typed a long ass post about acids and bases and submitted it but the forum did that thing where it asked me if I wanted to submit it still because there was a response while I was typing it and I automatically clicked the close tab on my browser so I lost it. OHHH BOY that's annoying.
Ok well I'll try and paraphrase it. There are different definitions of acids and bases such as the Bronstead/Lowry and Lewis definitions. But to put them all together you would say an acid is a molecule that can give off a hydrogen ion (proton) or accept an electron pair. A base (alkaline) is a molecule that can accept an hydroxide ion or contribute a lone pair of electrons.
Different foods contribute in different ways to the balance of acids and bases in the body, which can be measured by pH. pH is the negative logarithmic transformation of the hydrogen ion concentration. In effect the lower the pH is the higher the hydrogen ion concentration (acidity) and each number corresponds to a magnitude of order (power of ten).
Different parts of your body work best with different pH levels, they have chemical buffers to keep pH within an acceptable range, and once outside of the acceptable range problems can be caused.
How different ingested chemicals (food) contributes to internal pH in different parts of the body is a topic for dozens of threads.
OOOOH man I just typed a long ass post about acids and bases and submitted it but the forum did that thing where it asked me if I wanted to submit it still because there was a response while I was typing it and I automatically clicked the close tab on my browser so I lost it. OHHH BOY that's annoying.
As far as your post, I appreciate the info but its the last part (about the different ingested foods contribute to internal pH) is what is so confusing!
Certain acidic foods actually alkalize your body! Meats are extremely acidifying! Things that can't survive in the pH of your stomach! pH doesn't matter at all!
Yes, so very confusing.
Here is Dr. Bass' Sequential eating and food combining concept:Enjoyable read...i'm going to try it out and take the advice from the link
http://drbass.com/sequential.html