/*
* 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;
}
}
}
}
}
Print Page - Your take on the Swine Flu H1N1 Hysteria
Paleo Diet: Raw Paleo Diet and Lifestyle Forum
Raw Paleo Diet Forums => Health => Topic started by: goodsamaritan on June 23, 2009, 10:26:59 pm
I've called the swine flu h1n1 hysteria bullsh... so many times. The hysteria is building up in my country, it's ridiculous. http://www.myhealthblog.org/2009/06/18/pr-campaign-philippine-newspapers-tv-and-radio-are-going-nuts-over-h1n1-swine-flu/ http://www.myhealthblog.org/2009/06/23/unverified-swine-h1n1-flu-hysteria-reaches-my-childrens-school-classes-suspended/ http://www.myhealthblog.org/2009/06/14/philippine-department-of-health-assumes-any-flu-is-swine-flu-tests-are-too-expensive/ http://www.myhealthblog.org/2009/06/12/me-scared-who-declares-swine-flu-epidemic-pandemic-level-6/ How are they doing with the swine flu h1n1 hysteria in your part of the world? Are you the least bit scared of swine flu h1n1? How do you make money out of swine flu?