toern-Route
session_start(); require 'includes/dbconnect.php'; include 'includes/functions.php'; //aktive Seite im Menü festlegen $menuLevel1="Toerns"; $menuLevel2="Route"; $mytoeid = 19; if($_REQUEST['toeid']) $mytoeid = $_REQUEST['toeid']; //Toern auslesen $toernResult = mysql_query(" SELECT toe_id AS toe_id, toe_year AS toe_year, toe_route AS toe_route, toe_video AS toe_video, toe_oldTagebuch AS toe_oldTagebuch, toe_oldRoute AS toe_oldRoute FROM t_toern WHERE toe_id=$mytoeid"); $toernRow = mysql_fetch_object($toernResult); ?>