toern-Crew
if ($myrow->crw_foto==''): ?>
else: ?>
|
if ($myrow->crw_skipper==1): ?> (Skipper) endif; ?> |
session_start(); require 'includes/dbconnect.php'; include 'includes/functions.php'; //aktive Seite im Menü festlegen $menuLevel1="Toerns"; $menuLevel2="Crew"; $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); $acttoern='crw_toern'.substr($toernRow->toe_year, 2, 2); $result = mysql_query(" SELECT * FROM t_crew WHERE ".$acttoern."=1 ORDER BY crw_nachname ASC"); ?>
if ($myrow->crw_foto==''): ?>
else: ?>
|
if ($myrow->crw_skipper==1): ?> (Skipper) endif; ?> |