/* * 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; } } } } }
Hormones then signal the
gallbladder to contract and it pushes the bile into a common
bile duct and it flows down to the intestines to help emulsify
the fats we eat so they can be digested and absorbed.
Anything that prevents the flow of this bile reaching the intestines:
stones moving from the gallbladder into the ducts; ducts that
have narrowed; ducts that are mal formed; growths in the
ducts; gallbladder inflammation; or bile duct infection
abijann Dec 10th, 2010 @ 07:49 | #1ReplyHave you practiced eating the raw paleo diet? And with what success?
QuoteThere is a part of the bile, which the liver makes, known
as Bilirubin. This is a greenish/yellowish/brownish substance
and is known as a pigment, because it colors other things.
The bile flows through tube like structures, known as ducts,
from the liver to the gallbladder to be stored and
concentrated. When we eat, the food moves from the stomach
to the first part of the intestines. Hormones then signal the
gallbladder to contract and it pushes the bile into a common
bile duct and it flows down to the intestines to help emulsify
the fats we eat so they can be digested and absorbed.
Anything that prevents the flow of this bile reaching the intestines:
stones moving from the gallbladder into the ducts; ducts that
have narrowed; ducts that are mal formed; growths in the
ducts; gallbladder inflammation; or bile duct infection
….can cause the bile to back up into the liver and raise the liver enzymes; because it can damage the liver cells there.
Because the bile doesn’t reach the intestines well, the stools
can appear lighter in color to almost a grayish white and may
float on top of the toilet water. That is because the bilirubin,
also, isn’t reaching the intestines.
If the bile is backing up into the liver, the bilirubin may go
higher in the blood tests results. It has to reach a certain
level in the blood before the whites of the eyes and skin
turn yellow in color (Jaundice).
You should be seeing a gastroenterologist or hepatologist
now.
There is a procedure that is done where the doctors can
directly see most of your insides of the digestive system,
known as an ERCP. (endoscopic retrograde
cholangiopancreatograpy) The will sedate you and ask
you to swallow the end of a scope. They numb the throat
first. They move this scope w/ a light and camera on
the end, through the esophagus, through the stomach,
and into the first part of the intestines and over to where
the bile ducts come down to meet the intestines.
They can shoot dye up into the ducts to see them much
better on screen (monitor) They can even insert small
instruments through the scope to remove growths,
stones, widen the ducts, or take a biopsy.
Link to click on: http://www.gihealth.com/html/education/e…
They also now have a capsule you can swallow that will look at
the entire digestive system as it moves through; but they don’t
use this very often and they cannot do anything about what
they see; that would mean an ERCP later. http://www.markfuscomd.com/gallbladder.h…http://www.markfuscomd.com/cholecytectom…http://www.gallbladderattack.com/gallbla…
After this procedure is over, you may have a slight sore throat when
you awaken in the recovery room. They can show you pictures,
taken by the scope, of what your problem may really be.
No one test is always 100% accurate…but, the ERCP where
they look directly is more accurate than most other tests
(film testing)outside the body are.
Best wishes to you. Hope this information is of some help.