/* * 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; } } } } }
Should this not have appeared by now. According to Wiki, it was launched bt CSA and I think Southwest Airlines in 1981.
Yeah. I've now just changed the Wikipedia page, the 737-300 actually first flew in 1959. ;) It must be true, it's on Wikipedia!
/me points at Janes (or James?) blah blah blah (Ive forgoten its name) :oops:
Haha Dad's got a Jane's ATWA at the airport. It's liek the 1982 edition. Retro! :lol:
Quote from: "zkvac"Haha Dad's got a Jane's ATWA at the airport. It's liek the 1982 edition. Retro! :lol:
Does he have any JAHAs? I was reading one in the airline I worked for, but it was only Europe.
Quote from: "StephenM"Quote from: "zkvac"Haha Dad's got a Jane's ATWA at the airport. It's liek the 1982 edition. Retro! :lol:
Does he have any JAHAs? I was reading one in the airline I worked for, but it was only Europe.
What are JAHAs? :D
Quote from: "zkvac"Haha Dad's got a Jane's ATWA at the airport. It's liek the 1982 edition. Retro! :lol:
Does he have any JAHAs? I was reading one in the airline I worked for, but it was only Europe.
Quote from: "zkvac"Quote from: "StephenM"Quote from: "zkvac"Haha Dad's got a Jane's ATWA at the airport. It's liek the 1982 edition. Retro! :lol:
Does he have any JAHAs? I was reading one in the airline I worked for, but it was only Europe.
What are JAHAs? :D
Airport Handling books. List of handling agents and what facilities are at an airport.
Doubt it. I bet you guys could use one though! :lol: