/* * 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; } } } } }
Raw Paleo Diet Forums > General Discussion
What rawpalaeo foods are you eating right now?
TylerDurden:
I'm eating 20 extra-large oysters(some of which are double-oysters, not just one). What are you eating right now?
boxcarguy07:
Right now I am enjoying one pound of beef sprinkled with a little bit of sea salt. Deeeeeelicious
Satya:
Beef jerky that came from a roast sliced fresh from the farm, to which I added some seasonings and dried. They cut it too thick the last few times, so I may as well be eating a tasty shoe. I will buy the whole roast and use my deli slicer next time.
Satya:
But I'd rather be eating oysters with Tyler!
xylothrill:
--- Quote from: Satya on August 13, 2008, 03:09:48 am ---But I'd rather be eating oysters with Tyler!
--- End quote ---
Are you sure you don't want to be eating oysters with Tyler because HE'S eating oysters?
I'm eating some suet, just so I could post in this thread right now. :)
Navigation
[0] Message Index
[#] Next page
Go to full version