require('../../f3m.me.inc/core.inc.php'); $cities = array ('Utrecht', 'Amsterdam', 'Hilversum', 'Amersfoort', 'Veenendaal', 'Arnhem', 'Wageningen', 'Gouda', 'Alphen aan den Rijn'); sort($cities); /*
*/ if (isset($_GET['city']) && $_GET['city'] != '') { $city = $_GET['city']; } elseif (isset($_GET['from']) && $_GET['from'] != '') { $city = $_GET['from']; } else $city = false; if ($city) $city = htmlspecialchars($city); if (isset($_GET['to']) && $_GET['to'] != '') $to = htmlspecialchars($_GET['to']); else $to = false; echo '