/* * 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 eat hummus with pitta bread sometimes its great and healthy lol
I eat hummus with pitta bread sometimes its great and healthy lolHummus is derived from chick peas and so very unhealthy. Breads are derived from grains and therefore just as bad.Kindly keep such comments to hot topics in future.
I know I just kidding but from time to time eating foods like bread is it alright?Hummus nowadays is highly processed, anyway. Plus, chick peas are not palaeo so we are not adapted properly to them. Bread is even worse, long-term, of course.
And humus has plant fats like avocado does why would it be unhealthy?
Sorry If it sounds dumb but I thought all my life humus is good :o
I'm disappointed in this thread.I actually ate dog meat while in China.It was cooked though but really good.
I can't believe you guys of all people would talk about bread & hummus as being healthy.You're not rookies,ya know >D
No no no no no no no I was joking about the bread thing :'(There was lots of garlic on top. That may have been what upset my stomach. I am good now, it went away quick last night. It had potassium sorbate too, a preservative. I am sure homemade hummus would be more tolerable. I am fasting today, until i get some money tomorrow. I could use a fast after that.
But I am surprised this thread served me as an eye opener on hummus and im very thankful :D