Stránky o olomoucké MHD

Vozový park

Provozované typy tramvají
VarioLF plus/o VarioLFR.S VarioLFR.E VarioLF.E
Trio Astra T3R.P T3SUCS
T3 Historické
Provozované typy autobusů
Solaris Urbino 18 Solaris Urbino 12 Karosa B961 Karosa B952
Karosa B941 Mave Solaris Alpino  
Vyřazené typy tramvají
T3M.4 T2 T1  
Vyřazené typy autobusů
Karosa B932 Karosa B741Sor B7,5Karosa B732
Karosa B731 Ikarus 280Škoda 706 RTOŠkoda 706 RO


Celkový přehled dle evidenčního čísla

Chyba značky: <txp:php>
echo '<table class="mosd_table" style="width: 50%; margin: auto;"><tr><th>Typ</th><th title="Evidenční číslo">Ev. č.</th><th title="Rok výroby">Rok výroby</th></tr>';
  $vysledek=mysqli_query("select * from mhdosd.mosd_vozy where stav!='vyrazen' and stav!='nezarazen' order by evidence");
  while ($zaznam=mysqli_Fetch_Array($vysledek)) echo "<tr class='".$zaznam["stav"]."'><td>".$zaznam["znacka"]." ".$zaznam["typ2"]."</td><td><strong><a href='MOSD/detail-vozidla?ident=".$zaznam["id"]."'>".$zaznam["evidence"]."</a></strong></td><td>".$zaznam["vyroba"]."
  </td></tr>\n";

  $vysledek=mysqli_query($con, "select * from mhdosd.mosd_vozy where stav!='vyrazen' and stav!='nezarazen' order by evidence");
  while ($zaznam=mysqli_Fetch_Array($vysledek)) echo "<tr class='".$zaznam["stav"]."'><td>".$zaznam["znacka"]." ".$zaznam["typ2"]."</td><td><strong><a href='MOSD/detail-vozidla?ident=".$zaznam["id"]."'>".$zaznam["evidence"]."</a></strong></td><td>".$zaznam["vyroba"]."
  </td></tr>\n";

echo '</table>';
$result = mysqli_query($con, "SELECT *  from mhdosd.mosd_vozy where stav!='vyrazen' and stav!='nezarazen'");
echo "<br /><strong>Počet vozů celkem:</strong> " . mysqli_num_rows($result) . "\n";
while ($row = mysqli_fetch_assoc($result)) {}
$result = mysqli_query($con, "SELECT *  from mhdosd.mosd_vozy where stav!='vyrazen' and stav!='nezarazen' and evidence<='300'");
echo "<br /><strong>Z toho tramvají:</strong> " . mysqli_num_rows($result) . "\n";
while ($row = mysqli_fetch_assoc($result)) {}
$result = mysqli_query($con, "SELECT *  from mhdosd.mosd_vozy where stav!='vyrazen' and stav!='nezarazen'  and stav!='servisni' and stav!='historicky' and evidence<='300'");
echo "<br /><strong>- z toho v pravidelném provozu:</strong> " . mysqli_num_rows($result) . "\n";
while ($row = mysqli_fetch_assoc($result)) {}
$result = mysqli_query($con, "SELECT *  from mhdosd.mosd_vozy where stav='historicky' and evidence<='300'");
echo "<br /><strong>- z toho historické:</strong> " . mysqli_num_rows($result) . "\n";
while ($row = mysqli_fetch_assoc($result)) {}
$result = mysqli_query($con, "SELECT *  from mhdosd.mosd_vozy where stav='servisni' and evidence<='300'");
echo "<br /><strong>- z toho služební:</strong> " . mysqli_num_rows($result) . "\n";
while ($row = mysqli_fetch_assoc($result)) {}
$result = mysqli_query($con, "SELECT *  from mhdosd.mosd_vozy where stav!='vyrazen' and stav!='nezarazen' and evidence>='300'");
echo "<br /><strong>Z toho autobusů:</strong> " . mysqli_num_rows($result) . "\n";
while ($row = mysqli_fetch_assoc($result)) {}
mysqli_free_result($result);
</txp:php> ->  Warning: mysqli_query() expects at least 2 parameters, 1 given při zpracování formy single na stránce standard
Chyba značky: <txp:php>
echo '<table class="mosd_table" style="width: 50%; margin: auto;"><tr><th>Typ</th><th title="Evidenční číslo">Ev. č.</th><th title="Rok výroby">Rok výroby</th></tr>';
  $vysledek=mysqli_query("select * from mhdosd.mosd_vozy where stav!='vyrazen' and stav!='nezarazen' order by evidence");
  while ($zaznam=mysqli_Fetch_Array($vysledek)) echo "<tr class='".$zaznam["stav"]."'><td>".$zaznam["znacka"]." ".$zaznam["typ2"]."</td><td><strong><a href='MOSD/detail-vozidla?ident=".$zaznam["id"]."'>".$zaznam["evidence"]."</a></strong></td><td>".$zaznam["vyroba"]."
  </td></tr>\n";

  $vysledek=mysqli_query($con, "select * from mhdosd.mosd_vozy where stav!='vyrazen' and stav!='nezarazen' order by evidence");
  while ($zaznam=mysqli_Fetch_Array($vysledek)) echo "<tr class='".$zaznam["stav"]."'><td>".$zaznam["znacka"]." ".$zaznam["typ2"]."</td><td><strong><a href='MOSD/detail-vozidla?ident=".$zaznam["id"]."'>".$zaznam["evidence"]."</a></strong></td><td>".$zaznam["vyroba"]."
  </td></tr>\n";

echo '</table>';
$result = mysqli_query($con, "SELECT *  from mhdosd.mosd_vozy where stav!='vyrazen' and stav!='nezarazen'");
echo "<br /><strong>Počet vozů celkem:</strong> " . mysqli_num_rows($result) . "\n";
while ($row = mysqli_fetch_assoc($result)) {}
$result = mysqli_query($con, "SELECT *  from mhdosd.mosd_vozy where stav!='vyrazen' and stav!='nezarazen' and evidence<='300'");
echo "<br /><strong>Z toho tramvají:</strong> " . mysqli_num_rows($result) . "\n";
while ($row = mysqli_fetch_assoc($result)) {}
$result = mysqli_query($con, "SELECT *  from mhdosd.mosd_vozy where stav!='vyrazen' and stav!='nezarazen'  and stav!='servisni' and stav!='historicky' and evidence<='300'");
echo "<br /><strong>- z toho v pravidelném provozu:</strong> " . mysqli_num_rows($result) . "\n";
while ($row = mysqli_fetch_assoc($result)) {}
$result = mysqli_query($con, "SELECT *  from mhdosd.mosd_vozy where stav='historicky' and evidence<='300'");
echo "<br /><strong>- z toho historické:</strong> " . mysqli_num_rows($result) . "\n";
while ($row = mysqli_fetch_assoc($result)) {}
$result = mysqli_query($con, "SELECT *  from mhdosd.mosd_vozy where stav='servisni' and evidence<='300'");
echo "<br /><strong>- z toho služební:</strong> " . mysqli_num_rows($result) . "\n";
while ($row = mysqli_fetch_assoc($result)) {}
$result = mysqli_query($con, "SELECT *  from mhdosd.mosd_vozy where stav!='vyrazen' and stav!='nezarazen' and evidence>='300'");
echo "<br /><strong>Z toho autobusů:</strong> " . mysqli_num_rows($result) . "\n";
while ($row = mysqli_fetch_assoc($result)) {}
mysqli_free_result($result);
</txp:php> ->  Warning: mysqli_fetch_array() expects parameter 1 to be mysqli_result, null given při zpracování formy single na stránce standard
Chyba značky: <txp:php>
echo '<table class="mosd_table" style="width: 50%; margin: auto;"><tr><th>Typ</th><th title="Evidenční číslo">Ev. č.</th><th title="Rok výroby">Rok výroby</th></tr>';
  $vysledek=mysqli_query("select * from mhdosd.mosd_vozy where stav!='vyrazen' and stav!='nezarazen' order by evidence");
  while ($zaznam=mysqli_Fetch_Array($vysledek)) echo "<tr class='".$zaznam["stav"]."'><td>".$zaznam["znacka"]." ".$zaznam["typ2"]."</td><td><strong><a href='MOSD/detail-vozidla?ident=".$zaznam["id"]."'>".$zaznam["evidence"]."</a></strong></td><td>".$zaznam["vyroba"]."
  </td></tr>\n";

  $vysledek=mysqli_query($con, "select * from mhdosd.mosd_vozy where stav!='vyrazen' and stav!='nezarazen' order by evidence");
  while ($zaznam=mysqli_Fetch_Array($vysledek)) echo "<tr class='".$zaznam["stav"]."'><td>".$zaznam["znacka"]." ".$zaznam["typ2"]."</td><td><strong><a href='MOSD/detail-vozidla?ident=".$zaznam["id"]."'>".$zaznam["evidence"]."</a></strong></td><td>".$zaznam["vyroba"]."
  </td></tr>\n";

echo '</table>';
$result = mysqli_query($con, "SELECT *  from mhdosd.mosd_vozy where stav!='vyrazen' and stav!='nezarazen'");
echo "<br /><strong>Počet vozů celkem:</strong> " . mysqli_num_rows($result) . "\n";
while ($row = mysqli_fetch_assoc($result)) {}
$result = mysqli_query($con, "SELECT *  from mhdosd.mosd_vozy where stav!='vyrazen' and stav!='nezarazen' and evidence<='300'");
echo "<br /><strong>Z toho tramvají:</strong> " . mysqli_num_rows($result) . "\n";
while ($row = mysqli_fetch_assoc($result)) {}
$result = mysqli_query($con, "SELECT *  from mhdosd.mosd_vozy where stav!='vyrazen' and stav!='nezarazen'  and stav!='servisni' and stav!='historicky' and evidence<='300'");
echo "<br /><strong>- z toho v pravidelném provozu:</strong> " . mysqli_num_rows($result) . "\n";
while ($row = mysqli_fetch_assoc($result)) {}
$result = mysqli_query($con, "SELECT *  from mhdosd.mosd_vozy where stav='historicky' and evidence<='300'");
echo "<br /><strong>- z toho historické:</strong> " . mysqli_num_rows($result) . "\n";
while ($row = mysqli_fetch_assoc($result)) {}
$result = mysqli_query($con, "SELECT *  from mhdosd.mosd_vozy where stav='servisni' and evidence<='300'");
echo "<br /><strong>- z toho služební:</strong> " . mysqli_num_rows($result) . "\n";
while ($row = mysqli_fetch_assoc($result)) {}
$result = mysqli_query($con, "SELECT *  from mhdosd.mosd_vozy where stav!='vyrazen' and stav!='nezarazen' and evidence>='300'");
echo "<br /><strong>Z toho autobusů:</strong> " . mysqli_num_rows($result) . "\n";
while ($row = mysqli_fetch_assoc($result)) {}
mysqli_free_result($result);
</txp:php> ->  Warning: mysqli_query() expects parameter 1 to be mysqli, null given při zpracování formy single na stránce standard
Chyba značky: <txp:php>
echo '<table class="mosd_table" style="width: 50%; margin: auto;"><tr><th>Typ</th><th title="Evidenční číslo">Ev. č.</th><th title="Rok výroby">Rok výroby</th></tr>';
  $vysledek=mysqli_query("select * from mhdosd.mosd_vozy where stav!='vyrazen' and stav!='nezarazen' order by evidence");
  while ($zaznam=mysqli_Fetch_Array($vysledek)) echo "<tr class='".$zaznam["stav"]."'><td>".$zaznam["znacka"]." ".$zaznam["typ2"]."</td><td><strong><a href='MOSD/detail-vozidla?ident=".$zaznam["id"]."'>".$zaznam["evidence"]."</a></strong></td><td>".$zaznam["vyroba"]."
  </td></tr>\n";

  $vysledek=mysqli_query($con, "select * from mhdosd.mosd_vozy where stav!='vyrazen' and stav!='nezarazen' order by evidence");
  while ($zaznam=mysqli_Fetch_Array($vysledek)) echo "<tr class='".$zaznam["stav"]."'><td>".$zaznam["znacka"]." ".$zaznam["typ2"]."</td><td><strong><a href='MOSD/detail-vozidla?ident=".$zaznam["id"]."'>".$zaznam["evidence"]."</a></strong></td><td>".$zaznam["vyroba"]."
  </td></tr>\n";

echo '</table>';
$result = mysqli_query($con, "SELECT *  from mhdosd.mosd_vozy where stav!='vyrazen' and stav!='nezarazen'");
echo "<br /><strong>Počet vozů celkem:</strong> " . mysqli_num_rows($result) . "\n";
while ($row = mysqli_fetch_assoc($result)) {}
$result = mysqli_query($con, "SELECT *  from mhdosd.mosd_vozy where stav!='vyrazen' and stav!='nezarazen' and evidence<='300'");
echo "<br /><strong>Z toho tramvají:</strong> " . mysqli_num_rows($result) . "\n";
while ($row = mysqli_fetch_assoc($result)) {}
$result = mysqli_query($con, "SELECT *  from mhdosd.mosd_vozy where stav!='vyrazen' and stav!='nezarazen'  and stav!='servisni' and stav!='historicky' and evidence<='300'");
echo "<br /><strong>- z toho v pravidelném provozu:</strong> " . mysqli_num_rows($result) . "\n";
while ($row = mysqli_fetch_assoc($result)) {}
$result = mysqli_query($con, "SELECT *  from mhdosd.mosd_vozy where stav='historicky' and evidence<='300'");
echo "<br /><strong>- z toho historické:</strong> " . mysqli_num_rows($result) . "\n";
while ($row = mysqli_fetch_assoc($result)) {}
$result = mysqli_query($con, "SELECT *  from mhdosd.mosd_vozy where stav='servisni' and evidence<='300'");
echo "<br /><strong>- z toho služební:</strong> " . mysqli_num_rows($result) . "\n";
while ($row = mysqli_fetch_assoc($result)) {}
$result = mysqli_query($con, "SELECT *  from mhdosd.mosd_vozy where stav!='vyrazen' and stav!='nezarazen' and evidence>='300'");
echo "<br /><strong>Z toho autobusů:</strong> " . mysqli_num_rows($result) . "\n";
while ($row = mysqli_fetch_assoc($result)) {}
mysqli_free_result($result);
</txp:php> ->  Warning: mysqli_fetch_array() expects parameter 1 to be mysqli_result, null given při zpracování formy single na stránce standard
TypEv. č.Rok výroby
Chyba značky: <txp:php>
echo '<table class="mosd_table" style="width: 50%; margin: auto;"><tr><th>Typ</th><th title="Evidenční číslo">Ev. č.</th><th title="Rok výroby">Rok výroby</th></tr>';
  $vysledek=mysqli_query("select * from mhdosd.mosd_vozy where stav!='vyrazen' and stav!='nezarazen' order by evidence");
  while ($zaznam=mysqli_Fetch_Array($vysledek)) echo "<tr class='".$zaznam["stav"]."'><td>".$zaznam["znacka"]." ".$zaznam["typ2"]."</td><td><strong><a href='MOSD/detail-vozidla?ident=".$zaznam["id"]."'>".$zaznam["evidence"]."</a></strong></td><td>".$zaznam["vyroba"]."
  </td></tr>\n";

  $vysledek=mysqli_query($con, "select * from mhdosd.mosd_vozy where stav!='vyrazen' and stav!='nezarazen' order by evidence");
  while ($zaznam=mysqli_Fetch_Array($vysledek)) echo "<tr class='".$zaznam["stav"]."'><td>".$zaznam["znacka"]." ".$zaznam["typ2"]."</td><td><strong><a href='MOSD/detail-vozidla?ident=".$zaznam["id"]."'>".$zaznam["evidence"]."</a></strong></td><td>".$zaznam["vyroba"]."
  </td></tr>\n";

echo '</table>';
$result = mysqli_query($con, "SELECT *  from mhdosd.mosd_vozy where stav!='vyrazen' and stav!='nezarazen'");
echo "<br /><strong>Počet vozů celkem:</strong> " . mysqli_num_rows($result) . "\n";
while ($row = mysqli_fetch_assoc($result)) {}
$result = mysqli_query($con, "SELECT *  from mhdosd.mosd_vozy where stav!='vyrazen' and stav!='nezarazen' and evidence<='300'");
echo "<br /><strong>Z toho tramvají:</strong> " . mysqli_num_rows($result) . "\n";
while ($row = mysqli_fetch_assoc($result)) {}
$result = mysqli_query($con, "SELECT *  from mhdosd.mosd_vozy where stav!='vyrazen' and stav!='nezarazen'  and stav!='servisni' and stav!='historicky' and evidence<='300'");
echo "<br /><strong>- z toho v pravidelném provozu:</strong> " . mysqli_num_rows($result) . "\n";
while ($row = mysqli_fetch_assoc($result)) {}
$result = mysqli_query($con, "SELECT *  from mhdosd.mosd_vozy where stav='historicky' and evidence<='300'");
echo "<br /><strong>- z toho historické:</strong> " . mysqli_num_rows($result) . "\n";
while ($row = mysqli_fetch_assoc($result)) {}
$result = mysqli_query($con, "SELECT *  from mhdosd.mosd_vozy where stav='servisni' and evidence<='300'");
echo "<br /><strong>- z toho služební:</strong> " . mysqli_num_rows($result) . "\n";
while ($row = mysqli_fetch_assoc($result)) {}
$result = mysqli_query($con, "SELECT *  from mhdosd.mosd_vozy where stav!='vyrazen' and stav!='nezarazen' and evidence>='300'");
echo "<br /><strong>Z toho autobusů:</strong> " . mysqli_num_rows($result) . "\n";
while ($row = mysqli_fetch_assoc($result)) {}
mysqli_free_result($result);
</txp:php> ->  Warning: mysqli_query() expects parameter 1 to be mysqli, null given při zpracování formy single na stránce standard
Chyba značky: <txp:php>
echo '<table class="mosd_table" style="width: 50%; margin: auto;"><tr><th>Typ</th><th title="Evidenční číslo">Ev. č.</th><th title="Rok výroby">Rok výroby</th></tr>';
  $vysledek=mysqli_query("select * from mhdosd.mosd_vozy where stav!='vyrazen' and stav!='nezarazen' order by evidence");
  while ($zaznam=mysqli_Fetch_Array($vysledek)) echo "<tr class='".$zaznam["stav"]."'><td>".$zaznam["znacka"]." ".$zaznam["typ2"]."</td><td><strong><a href='MOSD/detail-vozidla?ident=".$zaznam["id"]."'>".$zaznam["evidence"]."</a></strong></td><td>".$zaznam["vyroba"]."
  </td></tr>\n";

  $vysledek=mysqli_query($con, "select * from mhdosd.mosd_vozy where stav!='vyrazen' and stav!='nezarazen' order by evidence");
  while ($zaznam=mysqli_Fetch_Array($vysledek)) echo "<tr class='".$zaznam["stav"]."'><td>".$zaznam["znacka"]." ".$zaznam["typ2"]."</td><td><strong><a href='MOSD/detail-vozidla?ident=".$zaznam["id"]."'>".$zaznam["evidence"]."</a></strong></td><td>".$zaznam["vyroba"]."
  </td></tr>\n";

echo '</table>';
$result = mysqli_query($con, "SELECT *  from mhdosd.mosd_vozy where stav!='vyrazen' and stav!='nezarazen'");
echo "<br /><strong>Počet vozů celkem:</strong> " . mysqli_num_rows($result) . "\n";
while ($row = mysqli_fetch_assoc($result)) {}
$result = mysqli_query($con, "SELECT *  from mhdosd.mosd_vozy where stav!='vyrazen' and stav!='nezarazen' and evidence<='300'");
echo "<br /><strong>Z toho tramvají:</strong> " . mysqli_num_rows($result) . "\n";
while ($row = mysqli_fetch_assoc($result)) {}
$result = mysqli_query($con, "SELECT *  from mhdosd.mosd_vozy where stav!='vyrazen' and stav!='nezarazen'  and stav!='servisni' and stav!='historicky' and evidence<='300'");
echo "<br /><strong>- z toho v pravidelném provozu:</strong> " . mysqli_num_rows($result) . "\n";
while ($row = mysqli_fetch_assoc($result)) {}
$result = mysqli_query($con, "SELECT *  from mhdosd.mosd_vozy where stav='historicky' and evidence<='300'");
echo "<br /><strong>- z toho historické:</strong> " . mysqli_num_rows($result) . "\n";
while ($row = mysqli_fetch_assoc($result)) {}
$result = mysqli_query($con, "SELECT *  from mhdosd.mosd_vozy where stav='servisni' and evidence<='300'");
echo "<br /><strong>- z toho služební:</strong> " . mysqli_num_rows($result) . "\n";
while ($row = mysqli_fetch_assoc($result)) {}
$result = mysqli_query($con, "SELECT *  from mhdosd.mosd_vozy where stav!='vyrazen' and stav!='nezarazen' and evidence>='300'");
echo "<br /><strong>Z toho autobusů:</strong> " . mysqli_num_rows($result) . "\n";
while ($row = mysqli_fetch_assoc($result)) {}
mysqli_free_result($result);
</txp:php> ->  Warning: mysqli_num_rows() expects parameter 1 to be mysqli_result, null given při zpracování formy single na stránce standard

Počet vozů celkem:
Chyba značky: <txp:php>
echo '<table class="mosd_table" style="width: 50%; margin: auto;"><tr><th>Typ</th><th title="Evidenční číslo">Ev. č.</th><th title="Rok výroby">Rok výroby</th></tr>';
  $vysledek=mysqli_query("select * from mhdosd.mosd_vozy where stav!='vyrazen' and stav!='nezarazen' order by evidence");
  while ($zaznam=mysqli_Fetch_Array($vysledek)) echo "<tr class='".$zaznam["stav"]."'><td>".$zaznam["znacka"]." ".$zaznam["typ2"]."</td><td><strong><a href='MOSD/detail-vozidla?ident=".$zaznam["id"]."'>".$zaznam["evidence"]."</a></strong></td><td>".$zaznam["vyroba"]."
  </td></tr>\n";

  $vysledek=mysqli_query($con, "select * from mhdosd.mosd_vozy where stav!='vyrazen' and stav!='nezarazen' order by evidence");
  while ($zaznam=mysqli_Fetch_Array($vysledek)) echo "<tr class='".$zaznam["stav"]."'><td>".$zaznam["znacka"]." ".$zaznam["typ2"]."</td><td><strong><a href='MOSD/detail-vozidla?ident=".$zaznam["id"]."'>".$zaznam["evidence"]."</a></strong></td><td>".$zaznam["vyroba"]."
  </td></tr>\n";

echo '</table>';
$result = mysqli_query($con, "SELECT *  from mhdosd.mosd_vozy where stav!='vyrazen' and stav!='nezarazen'");
echo "<br /><strong>Počet vozů celkem:</strong> " . mysqli_num_rows($result) . "\n";
while ($row = mysqli_fetch_assoc($result)) {}
$result = mysqli_query($con, "SELECT *  from mhdosd.mosd_vozy where stav!='vyrazen' and stav!='nezarazen' and evidence<='300'");
echo "<br /><strong>Z toho tramvají:</strong> " . mysqli_num_rows($result) . "\n";
while ($row = mysqli_fetch_assoc($result)) {}
$result = mysqli_query($con, "SELECT *  from mhdosd.mosd_vozy where stav!='vyrazen' and stav!='nezarazen'  and stav!='servisni' and stav!='historicky' and evidence<='300'");
echo "<br /><strong>- z toho v pravidelném provozu:</strong> " . mysqli_num_rows($result) . "\n";
while ($row = mysqli_fetch_assoc($result)) {}
$result = mysqli_query($con, "SELECT *  from mhdosd.mosd_vozy where stav='historicky' and evidence<='300'");
echo "<br /><strong>- z toho historické:</strong> " . mysqli_num_rows($result) . "\n";
while ($row = mysqli_fetch_assoc($result)) {}
$result = mysqli_query($con, "SELECT *  from mhdosd.mosd_vozy where stav='servisni' and evidence<='300'");
echo "<br /><strong>- z toho služební:</strong> " . mysqli_num_rows($result) . "\n";
while ($row = mysqli_fetch_assoc($result)) {}
$result = mysqli_query($con, "SELECT *  from mhdosd.mosd_vozy where stav!='vyrazen' and stav!='nezarazen' and evidence>='300'");
echo "<br /><strong>Z toho autobusů:</strong> " . mysqli_num_rows($result) . "\n";
while ($row = mysqli_fetch_assoc($result)) {}
mysqli_free_result($result);
</txp:php> ->  Warning: mysqli_fetch_assoc() expects parameter 1 to be mysqli_result, null given při zpracování formy single na stránce standard
Chyba značky: <txp:php>
echo '<table class="mosd_table" style="width: 50%; margin: auto;"><tr><th>Typ</th><th title="Evidenční číslo">Ev. č.</th><th title="Rok výroby">Rok výroby</th></tr>';
  $vysledek=mysqli_query("select * from mhdosd.mosd_vozy where stav!='vyrazen' and stav!='nezarazen' order by evidence");
  while ($zaznam=mysqli_Fetch_Array($vysledek)) echo "<tr class='".$zaznam["stav"]."'><td>".$zaznam["znacka"]." ".$zaznam["typ2"]."</td><td><strong><a href='MOSD/detail-vozidla?ident=".$zaznam["id"]."'>".$zaznam["evidence"]."</a></strong></td><td>".$zaznam["vyroba"]."
  </td></tr>\n";

  $vysledek=mysqli_query($con, "select * from mhdosd.mosd_vozy where stav!='vyrazen' and stav!='nezarazen' order by evidence");
  while ($zaznam=mysqli_Fetch_Array($vysledek)) echo "<tr class='".$zaznam["stav"]."'><td>".$zaznam["znacka"]." ".$zaznam["typ2"]."</td><td><strong><a href='MOSD/detail-vozidla?ident=".$zaznam["id"]."'>".$zaznam["evidence"]."</a></strong></td><td>".$zaznam["vyroba"]."
  </td></tr>\n";

echo '</table>';
$result = mysqli_query($con, "SELECT *  from mhdosd.mosd_vozy where stav!='vyrazen' and stav!='nezarazen'");
echo "<br /><strong>Počet vozů celkem:</strong> " . mysqli_num_rows($result) . "\n";
while ($row = mysqli_fetch_assoc($result)) {}
$result = mysqli_query($con, "SELECT *  from mhdosd.mosd_vozy where stav!='vyrazen' and stav!='nezarazen' and evidence<='300'");
echo "<br /><strong>Z toho tramvají:</strong> " . mysqli_num_rows($result) . "\n";
while ($row = mysqli_fetch_assoc($result)) {}
$result = mysqli_query($con, "SELECT *  from mhdosd.mosd_vozy where stav!='vyrazen' and stav!='nezarazen'  and stav!='servisni' and stav!='historicky' and evidence<='300'");
echo "<br /><strong>- z toho v pravidelném provozu:</strong> " . mysqli_num_rows($result) . "\n";
while ($row = mysqli_fetch_assoc($result)) {}
$result = mysqli_query($con, "SELECT *  from mhdosd.mosd_vozy where stav='historicky' and evidence<='300'");
echo "<br /><strong>- z toho historické:</strong> " . mysqli_num_rows($result) . "\n";
while ($row = mysqli_fetch_assoc($result)) {}
$result = mysqli_query($con, "SELECT *  from mhdosd.mosd_vozy where stav='servisni' and evidence<='300'");
echo "<br /><strong>- z toho služební:</strong> " . mysqli_num_rows($result) . "\n";
while ($row = mysqli_fetch_assoc($result)) {}
$result = mysqli_query($con, "SELECT *  from mhdosd.mosd_vozy where stav!='vyrazen' and stav!='nezarazen' and evidence>='300'");
echo "<br /><strong>Z toho autobusů:</strong> " . mysqli_num_rows($result) . "\n";
while ($row = mysqli_fetch_assoc($result)) {}
mysqli_free_result($result);
</txp:php> ->  Warning: mysqli_query() expects parameter 1 to be mysqli, null given při zpracování formy single na stránce standard
Chyba značky: <txp:php>
echo '<table class="mosd_table" style="width: 50%; margin: auto;"><tr><th>Typ</th><th title="Evidenční číslo">Ev. č.</th><th title="Rok výroby">Rok výroby</th></tr>';
  $vysledek=mysqli_query("select * from mhdosd.mosd_vozy where stav!='vyrazen' and stav!='nezarazen' order by evidence");
  while ($zaznam=mysqli_Fetch_Array($vysledek)) echo "<tr class='".$zaznam["stav"]."'><td>".$zaznam["znacka"]." ".$zaznam["typ2"]."</td><td><strong><a href='MOSD/detail-vozidla?ident=".$zaznam["id"]."'>".$zaznam["evidence"]."</a></strong></td><td>".$zaznam["vyroba"]."
  </td></tr>\n";

  $vysledek=mysqli_query($con, "select * from mhdosd.mosd_vozy where stav!='vyrazen' and stav!='nezarazen' order by evidence");
  while ($zaznam=mysqli_Fetch_Array($vysledek)) echo "<tr class='".$zaznam["stav"]."'><td>".$zaznam["znacka"]." ".$zaznam["typ2"]."</td><td><strong><a href='MOSD/detail-vozidla?ident=".$zaznam["id"]."'>".$zaznam["evidence"]."</a></strong></td><td>".$zaznam["vyroba"]."
  </td></tr>\n";

echo '</table>';
$result = mysqli_query($con, "SELECT *  from mhdosd.mosd_vozy where stav!='vyrazen' and stav!='nezarazen'");
echo "<br /><strong>Počet vozů celkem:</strong> " . mysqli_num_rows($result) . "\n";
while ($row = mysqli_fetch_assoc($result)) {}
$result = mysqli_query($con, "SELECT *  from mhdosd.mosd_vozy where stav!='vyrazen' and stav!='nezarazen' and evidence<='300'");
echo "<br /><strong>Z toho tramvají:</strong> " . mysqli_num_rows($result) . "\n";
while ($row = mysqli_fetch_assoc($result)) {}
$result = mysqli_query($con, "SELECT *  from mhdosd.mosd_vozy where stav!='vyrazen' and stav!='nezarazen'  and stav!='servisni' and stav!='historicky' and evidence<='300'");
echo "<br /><strong>- z toho v pravidelném provozu:</strong> " . mysqli_num_rows($result) . "\n";
while ($row = mysqli_fetch_assoc($result)) {}
$result = mysqli_query($con, "SELECT *  from mhdosd.mosd_vozy where stav='historicky' and evidence<='300'");
echo "<br /><strong>- z toho historické:</strong> " . mysqli_num_rows($result) . "\n";
while ($row = mysqli_fetch_assoc($result)) {}
$result = mysqli_query($con, "SELECT *  from mhdosd.mosd_vozy where stav='servisni' and evidence<='300'");
echo "<br /><strong>- z toho služební:</strong> " . mysqli_num_rows($result) . "\n";
while ($row = mysqli_fetch_assoc($result)) {}
$result = mysqli_query($con, "SELECT *  from mhdosd.mosd_vozy where stav!='vyrazen' and stav!='nezarazen' and evidence>='300'");
echo "<br /><strong>Z toho autobusů:</strong> " . mysqli_num_rows($result) . "\n";
while ($row = mysqli_fetch_assoc($result)) {}
mysqli_free_result($result);
</txp:php> ->  Warning: mysqli_num_rows() expects parameter 1 to be mysqli_result, null given při zpracování formy single na stránce standard

Z toho tramvají:
Chyba značky: <txp:php>
echo '<table class="mosd_table" style="width: 50%; margin: auto;"><tr><th>Typ</th><th title="Evidenční číslo">Ev. č.</th><th title="Rok výroby">Rok výroby</th></tr>';
  $vysledek=mysqli_query("select * from mhdosd.mosd_vozy where stav!='vyrazen' and stav!='nezarazen' order by evidence");
  while ($zaznam=mysqli_Fetch_Array($vysledek)) echo "<tr class='".$zaznam["stav"]."'><td>".$zaznam["znacka"]." ".$zaznam["typ2"]."</td><td><strong><a href='MOSD/detail-vozidla?ident=".$zaznam["id"]."'>".$zaznam["evidence"]."</a></strong></td><td>".$zaznam["vyroba"]."
  </td></tr>\n";

  $vysledek=mysqli_query($con, "select * from mhdosd.mosd_vozy where stav!='vyrazen' and stav!='nezarazen' order by evidence");
  while ($zaznam=mysqli_Fetch_Array($vysledek)) echo "<tr class='".$zaznam["stav"]."'><td>".$zaznam["znacka"]." ".$zaznam["typ2"]."</td><td><strong><a href='MOSD/detail-vozidla?ident=".$zaznam["id"]."'>".$zaznam["evidence"]."</a></strong></td><td>".$zaznam["vyroba"]."
  </td></tr>\n";

echo '</table>';
$result = mysqli_query($con, "SELECT *  from mhdosd.mosd_vozy where stav!='vyrazen' and stav!='nezarazen'");
echo "<br /><strong>Počet vozů celkem:</strong> " . mysqli_num_rows($result) . "\n";
while ($row = mysqli_fetch_assoc($result)) {}
$result = mysqli_query($con, "SELECT *  from mhdosd.mosd_vozy where stav!='vyrazen' and stav!='nezarazen' and evidence<='300'");
echo "<br /><strong>Z toho tramvají:</strong> " . mysqli_num_rows($result) . "\n";
while ($row = mysqli_fetch_assoc($result)) {}
$result = mysqli_query($con, "SELECT *  from mhdosd.mosd_vozy where stav!='vyrazen' and stav!='nezarazen'  and stav!='servisni' and stav!='historicky' and evidence<='300'");
echo "<br /><strong>- z toho v pravidelném provozu:</strong> " . mysqli_num_rows($result) . "\n";
while ($row = mysqli_fetch_assoc($result)) {}
$result = mysqli_query($con, "SELECT *  from mhdosd.mosd_vozy where stav='historicky' and evidence<='300'");
echo "<br /><strong>- z toho historické:</strong> " . mysqli_num_rows($result) . "\n";
while ($row = mysqli_fetch_assoc($result)) {}
$result = mysqli_query($con, "SELECT *  from mhdosd.mosd_vozy where stav='servisni' and evidence<='300'");
echo "<br /><strong>- z toho služební:</strong> " . mysqli_num_rows($result) . "\n";
while ($row = mysqli_fetch_assoc($result)) {}
$result = mysqli_query($con, "SELECT *  from mhdosd.mosd_vozy where stav!='vyrazen' and stav!='nezarazen' and evidence>='300'");
echo "<br /><strong>Z toho autobusů:</strong> " . mysqli_num_rows($result) . "\n";
while ($row = mysqli_fetch_assoc($result)) {}
mysqli_free_result($result);
</txp:php> ->  Warning: mysqli_fetch_assoc() expects parameter 1 to be mysqli_result, null given při zpracování formy single na stránce standard
Chyba značky: <txp:php>
echo '<table class="mosd_table" style="width: 50%; margin: auto;"><tr><th>Typ</th><th title="Evidenční číslo">Ev. č.</th><th title="Rok výroby">Rok výroby</th></tr>';
  $vysledek=mysqli_query("select * from mhdosd.mosd_vozy where stav!='vyrazen' and stav!='nezarazen' order by evidence");
  while ($zaznam=mysqli_Fetch_Array($vysledek)) echo "<tr class='".$zaznam["stav"]."'><td>".$zaznam["znacka"]." ".$zaznam["typ2"]."</td><td><strong><a href='MOSD/detail-vozidla?ident=".$zaznam["id"]."'>".$zaznam["evidence"]."</a></strong></td><td>".$zaznam["vyroba"]."
  </td></tr>\n";

  $vysledek=mysqli_query($con, "select * from mhdosd.mosd_vozy where stav!='vyrazen' and stav!='nezarazen' order by evidence");
  while ($zaznam=mysqli_Fetch_Array($vysledek)) echo "<tr class='".$zaznam["stav"]."'><td>".$zaznam["znacka"]." ".$zaznam["typ2"]."</td><td><strong><a href='MOSD/detail-vozidla?ident=".$zaznam["id"]."'>".$zaznam["evidence"]."</a></strong></td><td>".$zaznam["vyroba"]."
  </td></tr>\n";

echo '</table>';
$result = mysqli_query($con, "SELECT *  from mhdosd.mosd_vozy where stav!='vyrazen' and stav!='nezarazen'");
echo "<br /><strong>Počet vozů celkem:</strong> " . mysqli_num_rows($result) . "\n";
while ($row = mysqli_fetch_assoc($result)) {}
$result = mysqli_query($con, "SELECT *  from mhdosd.mosd_vozy where stav!='vyrazen' and stav!='nezarazen' and evidence<='300'");
echo "<br /><strong>Z toho tramvají:</strong> " . mysqli_num_rows($result) . "\n";
while ($row = mysqli_fetch_assoc($result)) {}
$result = mysqli_query($con, "SELECT *  from mhdosd.mosd_vozy where stav!='vyrazen' and stav!='nezarazen'  and stav!='servisni' and stav!='historicky' and evidence<='300'");
echo "<br /><strong>- z toho v pravidelném provozu:</strong> " . mysqli_num_rows($result) . "\n";
while ($row = mysqli_fetch_assoc($result)) {}
$result = mysqli_query($con, "SELECT *  from mhdosd.mosd_vozy where stav='historicky' and evidence<='300'");
echo "<br /><strong>- z toho historické:</strong> " . mysqli_num_rows($result) . "\n";
while ($row = mysqli_fetch_assoc($result)) {}
$result = mysqli_query($con, "SELECT *  from mhdosd.mosd_vozy where stav='servisni' and evidence<='300'");
echo "<br /><strong>- z toho služební:</strong> " . mysqli_num_rows($result) . "\n";
while ($row = mysqli_fetch_assoc($result)) {}
$result = mysqli_query($con, "SELECT *  from mhdosd.mosd_vozy where stav!='vyrazen' and stav!='nezarazen' and evidence>='300'");
echo "<br /><strong>Z toho autobusů:</strong> " . mysqli_num_rows($result) . "\n";
while ($row = mysqli_fetch_assoc($result)) {}
mysqli_free_result($result);
</txp:php> ->  Warning: mysqli_query() expects parameter 1 to be mysqli, null given při zpracování formy single na stránce standard
Chyba značky: <txp:php>
echo '<table class="mosd_table" style="width: 50%; margin: auto;"><tr><th>Typ</th><th title="Evidenční číslo">Ev. č.</th><th title="Rok výroby">Rok výroby</th></tr>';
  $vysledek=mysqli_query("select * from mhdosd.mosd_vozy where stav!='vyrazen' and stav!='nezarazen' order by evidence");
  while ($zaznam=mysqli_Fetch_Array($vysledek)) echo "<tr class='".$zaznam["stav"]."'><td>".$zaznam["znacka"]." ".$zaznam["typ2"]."</td><td><strong><a href='MOSD/detail-vozidla?ident=".$zaznam["id"]."'>".$zaznam["evidence"]."</a></strong></td><td>".$zaznam["vyroba"]."
  </td></tr>\n";

  $vysledek=mysqli_query($con, "select * from mhdosd.mosd_vozy where stav!='vyrazen' and stav!='nezarazen' order by evidence");
  while ($zaznam=mysqli_Fetch_Array($vysledek)) echo "<tr class='".$zaznam["stav"]."'><td>".$zaznam["znacka"]." ".$zaznam["typ2"]."</td><td><strong><a href='MOSD/detail-vozidla?ident=".$zaznam["id"]."'>".$zaznam["evidence"]."</a></strong></td><td>".$zaznam["vyroba"]."
  </td></tr>\n";

echo '</table>';
$result = mysqli_query($con, "SELECT *  from mhdosd.mosd_vozy where stav!='vyrazen' and stav!='nezarazen'");
echo "<br /><strong>Počet vozů celkem:</strong> " . mysqli_num_rows($result) . "\n";
while ($row = mysqli_fetch_assoc($result)) {}
$result = mysqli_query($con, "SELECT *  from mhdosd.mosd_vozy where stav!='vyrazen' and stav!='nezarazen' and evidence<='300'");
echo "<br /><strong>Z toho tramvají:</strong> " . mysqli_num_rows($result) . "\n";
while ($row = mysqli_fetch_assoc($result)) {}
$result = mysqli_query($con, "SELECT *  from mhdosd.mosd_vozy where stav!='vyrazen' and stav!='nezarazen'  and stav!='servisni' and stav!='historicky' and evidence<='300'");
echo "<br /><strong>- z toho v pravidelném provozu:</strong> " . mysqli_num_rows($result) . "\n";
while ($row = mysqli_fetch_assoc($result)) {}
$result = mysqli_query($con, "SELECT *  from mhdosd.mosd_vozy where stav='historicky' and evidence<='300'");
echo "<br /><strong>- z toho historické:</strong> " . mysqli_num_rows($result) . "\n";
while ($row = mysqli_fetch_assoc($result)) {}
$result = mysqli_query($con, "SELECT *  from mhdosd.mosd_vozy where stav='servisni' and evidence<='300'");
echo "<br /><strong>- z toho služební:</strong> " . mysqli_num_rows($result) . "\n";
while ($row = mysqli_fetch_assoc($result)) {}
$result = mysqli_query($con, "SELECT *  from mhdosd.mosd_vozy where stav!='vyrazen' and stav!='nezarazen' and evidence>='300'");
echo "<br /><strong>Z toho autobusů:</strong> " . mysqli_num_rows($result) . "\n";
while ($row = mysqli_fetch_assoc($result)) {}
mysqli_free_result($result);
</txp:php> ->  Warning: mysqli_num_rows() expects parameter 1 to be mysqli_result, null given při zpracování formy single na stránce standard

- z toho v pravidelném provozu:
Chyba značky: <txp:php>
echo '<table class="mosd_table" style="width: 50%; margin: auto;"><tr><th>Typ</th><th title="Evidenční číslo">Ev. č.</th><th title="Rok výroby">Rok výroby</th></tr>';
  $vysledek=mysqli_query("select * from mhdosd.mosd_vozy where stav!='vyrazen' and stav!='nezarazen' order by evidence");
  while ($zaznam=mysqli_Fetch_Array($vysledek)) echo "<tr class='".$zaznam["stav"]."'><td>".$zaznam["znacka"]." ".$zaznam["typ2"]."</td><td><strong><a href='MOSD/detail-vozidla?ident=".$zaznam["id"]."'>".$zaznam["evidence"]."</a></strong></td><td>".$zaznam["vyroba"]."
  </td></tr>\n";

  $vysledek=mysqli_query($con, "select * from mhdosd.mosd_vozy where stav!='vyrazen' and stav!='nezarazen' order by evidence");
  while ($zaznam=mysqli_Fetch_Array($vysledek)) echo "<tr class='".$zaznam["stav"]."'><td>".$zaznam["znacka"]." ".$zaznam["typ2"]."</td><td><strong><a href='MOSD/detail-vozidla?ident=".$zaznam["id"]."'>".$zaznam["evidence"]."</a></strong></td><td>".$zaznam["vyroba"]."
  </td></tr>\n";

echo '</table>';
$result = mysqli_query($con, "SELECT *  from mhdosd.mosd_vozy where stav!='vyrazen' and stav!='nezarazen'");
echo "<br /><strong>Počet vozů celkem:</strong> " . mysqli_num_rows($result) . "\n";
while ($row = mysqli_fetch_assoc($result)) {}
$result = mysqli_query($con, "SELECT *  from mhdosd.mosd_vozy where stav!='vyrazen' and stav!='nezarazen' and evidence<='300'");
echo "<br /><strong>Z toho tramvají:</strong> " . mysqli_num_rows($result) . "\n";
while ($row = mysqli_fetch_assoc($result)) {}
$result = mysqli_query($con, "SELECT *  from mhdosd.mosd_vozy where stav!='vyrazen' and stav!='nezarazen'  and stav!='servisni' and stav!='historicky' and evidence<='300'");
echo "<br /><strong>- z toho v pravidelném provozu:</strong> " . mysqli_num_rows($result) . "\n";
while ($row = mysqli_fetch_assoc($result)) {}
$result = mysqli_query($con, "SELECT *  from mhdosd.mosd_vozy where stav='historicky' and evidence<='300'");
echo "<br /><strong>- z toho historické:</strong> " . mysqli_num_rows($result) . "\n";
while ($row = mysqli_fetch_assoc($result)) {}
$result = mysqli_query($con, "SELECT *  from mhdosd.mosd_vozy where stav='servisni' and evidence<='300'");
echo "<br /><strong>- z toho služební:</strong> " . mysqli_num_rows($result) . "\n";
while ($row = mysqli_fetch_assoc($result)) {}
$result = mysqli_query($con, "SELECT *  from mhdosd.mosd_vozy where stav!='vyrazen' and stav!='nezarazen' and evidence>='300'");
echo "<br /><strong>Z toho autobusů:</strong> " . mysqli_num_rows($result) . "\n";
while ($row = mysqli_fetch_assoc($result)) {}
mysqli_free_result($result);
</txp:php> ->  Warning: mysqli_fetch_assoc() expects parameter 1 to be mysqli_result, null given při zpracování formy single na stránce standard
Chyba značky: <txp:php>
echo '<table class="mosd_table" style="width: 50%; margin: auto;"><tr><th>Typ</th><th title="Evidenční číslo">Ev. č.</th><th title="Rok výroby">Rok výroby</th></tr>';
  $vysledek=mysqli_query("select * from mhdosd.mosd_vozy where stav!='vyrazen' and stav!='nezarazen' order by evidence");
  while ($zaznam=mysqli_Fetch_Array($vysledek)) echo "<tr class='".$zaznam["stav"]."'><td>".$zaznam["znacka"]." ".$zaznam["typ2"]."</td><td><strong><a href='MOSD/detail-vozidla?ident=".$zaznam["id"]."'>".$zaznam["evidence"]."</a></strong></td><td>".$zaznam["vyroba"]."
  </td></tr>\n";

  $vysledek=mysqli_query($con, "select * from mhdosd.mosd_vozy where stav!='vyrazen' and stav!='nezarazen' order by evidence");
  while ($zaznam=mysqli_Fetch_Array($vysledek)) echo "<tr class='".$zaznam["stav"]."'><td>".$zaznam["znacka"]." ".$zaznam["typ2"]."</td><td><strong><a href='MOSD/detail-vozidla?ident=".$zaznam["id"]."'>".$zaznam["evidence"]."</a></strong></td><td>".$zaznam["vyroba"]."
  </td></tr>\n";

echo '</table>';
$result = mysqli_query($con, "SELECT *  from mhdosd.mosd_vozy where stav!='vyrazen' and stav!='nezarazen'");
echo "<br /><strong>Počet vozů celkem:</strong> " . mysqli_num_rows($result) . "\n";
while ($row = mysqli_fetch_assoc($result)) {}
$result = mysqli_query($con, "SELECT *  from mhdosd.mosd_vozy where stav!='vyrazen' and stav!='nezarazen' and evidence<='300'");
echo "<br /><strong>Z toho tramvají:</strong> " . mysqli_num_rows($result) . "\n";
while ($row = mysqli_fetch_assoc($result)) {}
$result = mysqli_query($con, "SELECT *  from mhdosd.mosd_vozy where stav!='vyrazen' and stav!='nezarazen'  and stav!='servisni' and stav!='historicky' and evidence<='300'");
echo "<br /><strong>- z toho v pravidelném provozu:</strong> " . mysqli_num_rows($result) . "\n";
while ($row = mysqli_fetch_assoc($result)) {}
$result = mysqli_query($con, "SELECT *  from mhdosd.mosd_vozy where stav='historicky' and evidence<='300'");
echo "<br /><strong>- z toho historické:</strong> " . mysqli_num_rows($result) . "\n";
while ($row = mysqli_fetch_assoc($result)) {}
$result = mysqli_query($con, "SELECT *  from mhdosd.mosd_vozy where stav='servisni' and evidence<='300'");
echo "<br /><strong>- z toho služební:</strong> " . mysqli_num_rows($result) . "\n";
while ($row = mysqli_fetch_assoc($result)) {}
$result = mysqli_query($con, "SELECT *  from mhdosd.mosd_vozy where stav!='vyrazen' and stav!='nezarazen' and evidence>='300'");
echo "<br /><strong>Z toho autobusů:</strong> " . mysqli_num_rows($result) . "\n";
while ($row = mysqli_fetch_assoc($result)) {}
mysqli_free_result($result);
</txp:php> ->  Warning: mysqli_query() expects parameter 1 to be mysqli, null given při zpracování formy single na stránce standard
Chyba značky: <txp:php>
echo '<table class="mosd_table" style="width: 50%; margin: auto;"><tr><th>Typ</th><th title="Evidenční číslo">Ev. č.</th><th title="Rok výroby">Rok výroby</th></tr>';
  $vysledek=mysqli_query("select * from mhdosd.mosd_vozy where stav!='vyrazen' and stav!='nezarazen' order by evidence");
  while ($zaznam=mysqli_Fetch_Array($vysledek)) echo "<tr class='".$zaznam["stav"]."'><td>".$zaznam["znacka"]." ".$zaznam["typ2"]."</td><td><strong><a href='MOSD/detail-vozidla?ident=".$zaznam["id"]."'>".$zaznam["evidence"]."</a></strong></td><td>".$zaznam["vyroba"]."
  </td></tr>\n";

  $vysledek=mysqli_query($con, "select * from mhdosd.mosd_vozy where stav!='vyrazen' and stav!='nezarazen' order by evidence");
  while ($zaznam=mysqli_Fetch_Array($vysledek)) echo "<tr class='".$zaznam["stav"]."'><td>".$zaznam["znacka"]." ".$zaznam["typ2"]."</td><td><strong><a href='MOSD/detail-vozidla?ident=".$zaznam["id"]."'>".$zaznam["evidence"]."</a></strong></td><td>".$zaznam["vyroba"]."
  </td></tr>\n";

echo '</table>';
$result = mysqli_query($con, "SELECT *  from mhdosd.mosd_vozy where stav!='vyrazen' and stav!='nezarazen'");
echo "<br /><strong>Počet vozů celkem:</strong> " . mysqli_num_rows($result) . "\n";
while ($row = mysqli_fetch_assoc($result)) {}
$result = mysqli_query($con, "SELECT *  from mhdosd.mosd_vozy where stav!='vyrazen' and stav!='nezarazen' and evidence<='300'");
echo "<br /><strong>Z toho tramvají:</strong> " . mysqli_num_rows($result) . "\n";
while ($row = mysqli_fetch_assoc($result)) {}
$result = mysqli_query($con, "SELECT *  from mhdosd.mosd_vozy where stav!='vyrazen' and stav!='nezarazen'  and stav!='servisni' and stav!='historicky' and evidence<='300'");
echo "<br /><strong>- z toho v pravidelném provozu:</strong> " . mysqli_num_rows($result) . "\n";
while ($row = mysqli_fetch_assoc($result)) {}
$result = mysqli_query($con, "SELECT *  from mhdosd.mosd_vozy where stav='historicky' and evidence<='300'");
echo "<br /><strong>- z toho historické:</strong> " . mysqli_num_rows($result) . "\n";
while ($row = mysqli_fetch_assoc($result)) {}
$result = mysqli_query($con, "SELECT *  from mhdosd.mosd_vozy where stav='servisni' and evidence<='300'");
echo "<br /><strong>- z toho služební:</strong> " . mysqli_num_rows($result) . "\n";
while ($row = mysqli_fetch_assoc($result)) {}
$result = mysqli_query($con, "SELECT *  from mhdosd.mosd_vozy where stav!='vyrazen' and stav!='nezarazen' and evidence>='300'");
echo "<br /><strong>Z toho autobusů:</strong> " . mysqli_num_rows($result) . "\n";
while ($row = mysqli_fetch_assoc($result)) {}
mysqli_free_result($result);
</txp:php> ->  Warning: mysqli_num_rows() expects parameter 1 to be mysqli_result, null given při zpracování formy single na stránce standard

- z toho historické:
Chyba značky: <txp:php>
echo '<table class="mosd_table" style="width: 50%; margin: auto;"><tr><th>Typ</th><th title="Evidenční číslo">Ev. č.</th><th title="Rok výroby">Rok výroby</th></tr>';
  $vysledek=mysqli_query("select * from mhdosd.mosd_vozy where stav!='vyrazen' and stav!='nezarazen' order by evidence");
  while ($zaznam=mysqli_Fetch_Array($vysledek)) echo "<tr class='".$zaznam["stav"]."'><td>".$zaznam["znacka"]." ".$zaznam["typ2"]."</td><td><strong><a href='MOSD/detail-vozidla?ident=".$zaznam["id"]."'>".$zaznam["evidence"]."</a></strong></td><td>".$zaznam["vyroba"]."
  </td></tr>\n";

  $vysledek=mysqli_query($con, "select * from mhdosd.mosd_vozy where stav!='vyrazen' and stav!='nezarazen' order by evidence");
  while ($zaznam=mysqli_Fetch_Array($vysledek)) echo "<tr class='".$zaznam["stav"]."'><td>".$zaznam["znacka"]." ".$zaznam["typ2"]."</td><td><strong><a href='MOSD/detail-vozidla?ident=".$zaznam["id"]."'>".$zaznam["evidence"]."</a></strong></td><td>".$zaznam["vyroba"]."
  </td></tr>\n";

echo '</table>';
$result = mysqli_query($con, "SELECT *  from mhdosd.mosd_vozy where stav!='vyrazen' and stav!='nezarazen'");
echo "<br /><strong>Počet vozů celkem:</strong> " . mysqli_num_rows($result) . "\n";
while ($row = mysqli_fetch_assoc($result)) {}
$result = mysqli_query($con, "SELECT *  from mhdosd.mosd_vozy where stav!='vyrazen' and stav!='nezarazen' and evidence<='300'");
echo "<br /><strong>Z toho tramvají:</strong> " . mysqli_num_rows($result) . "\n";
while ($row = mysqli_fetch_assoc($result)) {}
$result = mysqli_query($con, "SELECT *  from mhdosd.mosd_vozy where stav!='vyrazen' and stav!='nezarazen'  and stav!='servisni' and stav!='historicky' and evidence<='300'");
echo "<br /><strong>- z toho v pravidelném provozu:</strong> " . mysqli_num_rows($result) . "\n";
while ($row = mysqli_fetch_assoc($result)) {}
$result = mysqli_query($con, "SELECT *  from mhdosd.mosd_vozy where stav='historicky' and evidence<='300'");
echo "<br /><strong>- z toho historické:</strong> " . mysqli_num_rows($result) . "\n";
while ($row = mysqli_fetch_assoc($result)) {}
$result = mysqli_query($con, "SELECT *  from mhdosd.mosd_vozy where stav='servisni' and evidence<='300'");
echo "<br /><strong>- z toho služební:</strong> " . mysqli_num_rows($result) . "\n";
while ($row = mysqli_fetch_assoc($result)) {}
$result = mysqli_query($con, "SELECT *  from mhdosd.mosd_vozy where stav!='vyrazen' and stav!='nezarazen' and evidence>='300'");
echo "<br /><strong>Z toho autobusů:</strong> " . mysqli_num_rows($result) . "\n";
while ($row = mysqli_fetch_assoc($result)) {}
mysqli_free_result($result);
</txp:php> ->  Warning: mysqli_fetch_assoc() expects parameter 1 to be mysqli_result, null given při zpracování formy single na stránce standard
Chyba značky: <txp:php>
echo '<table class="mosd_table" style="width: 50%; margin: auto;"><tr><th>Typ</th><th title="Evidenční číslo">Ev. č.</th><th title="Rok výroby">Rok výroby</th></tr>';
  $vysledek=mysqli_query("select * from mhdosd.mosd_vozy where stav!='vyrazen' and stav!='nezarazen' order by evidence");
  while ($zaznam=mysqli_Fetch_Array($vysledek)) echo "<tr class='".$zaznam["stav"]."'><td>".$zaznam["znacka"]." ".$zaznam["typ2"]."</td><td><strong><a href='MOSD/detail-vozidla?ident=".$zaznam["id"]."'>".$zaznam["evidence"]."</a></strong></td><td>".$zaznam["vyroba"]."
  </td></tr>\n";

  $vysledek=mysqli_query($con, "select * from mhdosd.mosd_vozy where stav!='vyrazen' and stav!='nezarazen' order by evidence");
  while ($zaznam=mysqli_Fetch_Array($vysledek)) echo "<tr class='".$zaznam["stav"]."'><td>".$zaznam["znacka"]." ".$zaznam["typ2"]."</td><td><strong><a href='MOSD/detail-vozidla?ident=".$zaznam["id"]."'>".$zaznam["evidence"]."</a></strong></td><td>".$zaznam["vyroba"]."
  </td></tr>\n";

echo '</table>';
$result = mysqli_query($con, "SELECT *  from mhdosd.mosd_vozy where stav!='vyrazen' and stav!='nezarazen'");
echo "<br /><strong>Počet vozů celkem:</strong> " . mysqli_num_rows($result) . "\n";
while ($row = mysqli_fetch_assoc($result)) {}
$result = mysqli_query($con, "SELECT *  from mhdosd.mosd_vozy where stav!='vyrazen' and stav!='nezarazen' and evidence<='300'");
echo "<br /><strong>Z toho tramvají:</strong> " . mysqli_num_rows($result) . "\n";
while ($row = mysqli_fetch_assoc($result)) {}
$result = mysqli_query($con, "SELECT *  from mhdosd.mosd_vozy where stav!='vyrazen' and stav!='nezarazen'  and stav!='servisni' and stav!='historicky' and evidence<='300'");
echo "<br /><strong>- z toho v pravidelném provozu:</strong> " . mysqli_num_rows($result) . "\n";
while ($row = mysqli_fetch_assoc($result)) {}
$result = mysqli_query($con, "SELECT *  from mhdosd.mosd_vozy where stav='historicky' and evidence<='300'");
echo "<br /><strong>- z toho historické:</strong> " . mysqli_num_rows($result) . "\n";
while ($row = mysqli_fetch_assoc($result)) {}
$result = mysqli_query($con, "SELECT *  from mhdosd.mosd_vozy where stav='servisni' and evidence<='300'");
echo "<br /><strong>- z toho služební:</strong> " . mysqli_num_rows($result) . "\n";
while ($row = mysqli_fetch_assoc($result)) {}
$result = mysqli_query($con, "SELECT *  from mhdosd.mosd_vozy where stav!='vyrazen' and stav!='nezarazen' and evidence>='300'");
echo "<br /><strong>Z toho autobusů:</strong> " . mysqli_num_rows($result) . "\n";
while ($row = mysqli_fetch_assoc($result)) {}
mysqli_free_result($result);
</txp:php> ->  Warning: mysqli_query() expects parameter 1 to be mysqli, null given při zpracování formy single na stránce standard
Chyba značky: <txp:php>
echo '<table class="mosd_table" style="width: 50%; margin: auto;"><tr><th>Typ</th><th title="Evidenční číslo">Ev. č.</th><th title="Rok výroby">Rok výroby</th></tr>';
  $vysledek=mysqli_query("select * from mhdosd.mosd_vozy where stav!='vyrazen' and stav!='nezarazen' order by evidence");
  while ($zaznam=mysqli_Fetch_Array($vysledek)) echo "<tr class='".$zaznam["stav"]."'><td>".$zaznam["znacka"]." ".$zaznam["typ2"]."</td><td><strong><a href='MOSD/detail-vozidla?ident=".$zaznam["id"]."'>".$zaznam["evidence"]."</a></strong></td><td>".$zaznam["vyroba"]."
  </td></tr>\n";

  $vysledek=mysqli_query($con, "select * from mhdosd.mosd_vozy where stav!='vyrazen' and stav!='nezarazen' order by evidence");
  while ($zaznam=mysqli_Fetch_Array($vysledek)) echo "<tr class='".$zaznam["stav"]."'><td>".$zaznam["znacka"]." ".$zaznam["typ2"]."</td><td><strong><a href='MOSD/detail-vozidla?ident=".$zaznam["id"]."'>".$zaznam["evidence"]."</a></strong></td><td>".$zaznam["vyroba"]."
  </td></tr>\n";

echo '</table>';
$result = mysqli_query($con, "SELECT *  from mhdosd.mosd_vozy where stav!='vyrazen' and stav!='nezarazen'");
echo "<br /><strong>Počet vozů celkem:</strong> " . mysqli_num_rows($result) . "\n";
while ($row = mysqli_fetch_assoc($result)) {}
$result = mysqli_query($con, "SELECT *  from mhdosd.mosd_vozy where stav!='vyrazen' and stav!='nezarazen' and evidence<='300'");
echo "<br /><strong>Z toho tramvají:</strong> " . mysqli_num_rows($result) . "\n";
while ($row = mysqli_fetch_assoc($result)) {}
$result = mysqli_query($con, "SELECT *  from mhdosd.mosd_vozy where stav!='vyrazen' and stav!='nezarazen'  and stav!='servisni' and stav!='historicky' and evidence<='300'");
echo "<br /><strong>- z toho v pravidelném provozu:</strong> " . mysqli_num_rows($result) . "\n";
while ($row = mysqli_fetch_assoc($result)) {}
$result = mysqli_query($con, "SELECT *  from mhdosd.mosd_vozy where stav='historicky' and evidence<='300'");
echo "<br /><strong>- z toho historické:</strong> " . mysqli_num_rows($result) . "\n";
while ($row = mysqli_fetch_assoc($result)) {}
$result = mysqli_query($con, "SELECT *  from mhdosd.mosd_vozy where stav='servisni' and evidence<='300'");
echo "<br /><strong>- z toho služební:</strong> " . mysqli_num_rows($result) . "\n";
while ($row = mysqli_fetch_assoc($result)) {}
$result = mysqli_query($con, "SELECT *  from mhdosd.mosd_vozy where stav!='vyrazen' and stav!='nezarazen' and evidence>='300'");
echo "<br /><strong>Z toho autobusů:</strong> " . mysqli_num_rows($result) . "\n";
while ($row = mysqli_fetch_assoc($result)) {}
mysqli_free_result($result);
</txp:php> ->  Warning: mysqli_num_rows() expects parameter 1 to be mysqli_result, null given při zpracování formy single na stránce standard

- z toho služební:
Chyba značky: <txp:php>
echo '<table class="mosd_table" style="width: 50%; margin: auto;"><tr><th>Typ</th><th title="Evidenční číslo">Ev. č.</th><th title="Rok výroby">Rok výroby</th></tr>';
  $vysledek=mysqli_query("select * from mhdosd.mosd_vozy where stav!='vyrazen' and stav!='nezarazen' order by evidence");
  while ($zaznam=mysqli_Fetch_Array($vysledek)) echo "<tr class='".$zaznam["stav"]."'><td>".$zaznam["znacka"]." ".$zaznam["typ2"]."</td><td><strong><a href='MOSD/detail-vozidla?ident=".$zaznam["id"]."'>".$zaznam["evidence"]."</a></strong></td><td>".$zaznam["vyroba"]."
  </td></tr>\n";

  $vysledek=mysqli_query($con, "select * from mhdosd.mosd_vozy where stav!='vyrazen' and stav!='nezarazen' order by evidence");
  while ($zaznam=mysqli_Fetch_Array($vysledek)) echo "<tr class='".$zaznam["stav"]."'><td>".$zaznam["znacka"]." ".$zaznam["typ2"]."</td><td><strong><a href='MOSD/detail-vozidla?ident=".$zaznam["id"]."'>".$zaznam["evidence"]."</a></strong></td><td>".$zaznam["vyroba"]."
  </td></tr>\n";

echo '</table>';
$result = mysqli_query($con, "SELECT *  from mhdosd.mosd_vozy where stav!='vyrazen' and stav!='nezarazen'");
echo "<br /><strong>Počet vozů celkem:</strong> " . mysqli_num_rows($result) . "\n";
while ($row = mysqli_fetch_assoc($result)) {}
$result = mysqli_query($con, "SELECT *  from mhdosd.mosd_vozy where stav!='vyrazen' and stav!='nezarazen' and evidence<='300'");
echo "<br /><strong>Z toho tramvají:</strong> " . mysqli_num_rows($result) . "\n";
while ($row = mysqli_fetch_assoc($result)) {}
$result = mysqli_query($con, "SELECT *  from mhdosd.mosd_vozy where stav!='vyrazen' and stav!='nezarazen'  and stav!='servisni' and stav!='historicky' and evidence<='300'");
echo "<br /><strong>- z toho v pravidelném provozu:</strong> " . mysqli_num_rows($result) . "\n";
while ($row = mysqli_fetch_assoc($result)) {}
$result = mysqli_query($con, "SELECT *  from mhdosd.mosd_vozy where stav='historicky' and evidence<='300'");
echo "<br /><strong>- z toho historické:</strong> " . mysqli_num_rows($result) . "\n";
while ($row = mysqli_fetch_assoc($result)) {}
$result = mysqli_query($con, "SELECT *  from mhdosd.mosd_vozy where stav='servisni' and evidence<='300'");
echo "<br /><strong>- z toho služební:</strong> " . mysqli_num_rows($result) . "\n";
while ($row = mysqli_fetch_assoc($result)) {}
$result = mysqli_query($con, "SELECT *  from mhdosd.mosd_vozy where stav!='vyrazen' and stav!='nezarazen' and evidence>='300'");
echo "<br /><strong>Z toho autobusů:</strong> " . mysqli_num_rows($result) . "\n";
while ($row = mysqli_fetch_assoc($result)) {}
mysqli_free_result($result);
</txp:php> ->  Warning: mysqli_fetch_assoc() expects parameter 1 to be mysqli_result, null given při zpracování formy single na stránce standard
Chyba značky: <txp:php>
echo '<table class="mosd_table" style="width: 50%; margin: auto;"><tr><th>Typ</th><th title="Evidenční číslo">Ev. č.</th><th title="Rok výroby">Rok výroby</th></tr>';
  $vysledek=mysqli_query("select * from mhdosd.mosd_vozy where stav!='vyrazen' and stav!='nezarazen' order by evidence");
  while ($zaznam=mysqli_Fetch_Array($vysledek)) echo "<tr class='".$zaznam["stav"]."'><td>".$zaznam["znacka"]." ".$zaznam["typ2"]."</td><td><strong><a href='MOSD/detail-vozidla?ident=".$zaznam["id"]."'>".$zaznam["evidence"]."</a></strong></td><td>".$zaznam["vyroba"]."
  </td></tr>\n";

  $vysledek=mysqli_query($con, "select * from mhdosd.mosd_vozy where stav!='vyrazen' and stav!='nezarazen' order by evidence");
  while ($zaznam=mysqli_Fetch_Array($vysledek)) echo "<tr class='".$zaznam["stav"]."'><td>".$zaznam["znacka"]." ".$zaznam["typ2"]."</td><td><strong><a href='MOSD/detail-vozidla?ident=".$zaznam["id"]."'>".$zaznam["evidence"]."</a></strong></td><td>".$zaznam["vyroba"]."
  </td></tr>\n";

echo '</table>';
$result = mysqli_query($con, "SELECT *  from mhdosd.mosd_vozy where stav!='vyrazen' and stav!='nezarazen'");
echo "<br /><strong>Počet vozů celkem:</strong> " . mysqli_num_rows($result) . "\n";
while ($row = mysqli_fetch_assoc($result)) {}
$result = mysqli_query($con, "SELECT *  from mhdosd.mosd_vozy where stav!='vyrazen' and stav!='nezarazen' and evidence<='300'");
echo "<br /><strong>Z toho tramvají:</strong> " . mysqli_num_rows($result) . "\n";
while ($row = mysqli_fetch_assoc($result)) {}
$result = mysqli_query($con, "SELECT *  from mhdosd.mosd_vozy where stav!='vyrazen' and stav!='nezarazen'  and stav!='servisni' and stav!='historicky' and evidence<='300'");
echo "<br /><strong>- z toho v pravidelném provozu:</strong> " . mysqli_num_rows($result) . "\n";
while ($row = mysqli_fetch_assoc($result)) {}
$result = mysqli_query($con, "SELECT *  from mhdosd.mosd_vozy where stav='historicky' and evidence<='300'");
echo "<br /><strong>- z toho historické:</strong> " . mysqli_num_rows($result) . "\n";
while ($row = mysqli_fetch_assoc($result)) {}
$result = mysqli_query($con, "SELECT *  from mhdosd.mosd_vozy where stav='servisni' and evidence<='300'");
echo "<br /><strong>- z toho služební:</strong> " . mysqli_num_rows($result) . "\n";
while ($row = mysqli_fetch_assoc($result)) {}
$result = mysqli_query($con, "SELECT *  from mhdosd.mosd_vozy where stav!='vyrazen' and stav!='nezarazen' and evidence>='300'");
echo "<br /><strong>Z toho autobusů:</strong> " . mysqli_num_rows($result) . "\n";
while ($row = mysqli_fetch_assoc($result)) {}
mysqli_free_result($result);
</txp:php> ->  Warning: mysqli_query() expects parameter 1 to be mysqli, null given při zpracování formy single na stránce standard
Chyba značky: <txp:php>
echo '<table class="mosd_table" style="width: 50%; margin: auto;"><tr><th>Typ</th><th title="Evidenční číslo">Ev. č.</th><th title="Rok výroby">Rok výroby</th></tr>';
  $vysledek=mysqli_query("select * from mhdosd.mosd_vozy where stav!='vyrazen' and stav!='nezarazen' order by evidence");
  while ($zaznam=mysqli_Fetch_Array($vysledek)) echo "<tr class='".$zaznam["stav"]."'><td>".$zaznam["znacka"]." ".$zaznam["typ2"]."</td><td><strong><a href='MOSD/detail-vozidla?ident=".$zaznam["id"]."'>".$zaznam["evidence"]."</a></strong></td><td>".$zaznam["vyroba"]."
  </td></tr>\n";

  $vysledek=mysqli_query($con, "select * from mhdosd.mosd_vozy where stav!='vyrazen' and stav!='nezarazen' order by evidence");
  while ($zaznam=mysqli_Fetch_Array($vysledek)) echo "<tr class='".$zaznam["stav"]."'><td>".$zaznam["znacka"]." ".$zaznam["typ2"]."</td><td><strong><a href='MOSD/detail-vozidla?ident=".$zaznam["id"]."'>".$zaznam["evidence"]."</a></strong></td><td>".$zaznam["vyroba"]."
  </td></tr>\n";

echo '</table>';
$result = mysqli_query($con, "SELECT *  from mhdosd.mosd_vozy where stav!='vyrazen' and stav!='nezarazen'");
echo "<br /><strong>Počet vozů celkem:</strong> " . mysqli_num_rows($result) . "\n";
while ($row = mysqli_fetch_assoc($result)) {}
$result = mysqli_query($con, "SELECT *  from mhdosd.mosd_vozy where stav!='vyrazen' and stav!='nezarazen' and evidence<='300'");
echo "<br /><strong>Z toho tramvají:</strong> " . mysqli_num_rows($result) . "\n";
while ($row = mysqli_fetch_assoc($result)) {}
$result = mysqli_query($con, "SELECT *  from mhdosd.mosd_vozy where stav!='vyrazen' and stav!='nezarazen'  and stav!='servisni' and stav!='historicky' and evidence<='300'");
echo "<br /><strong>- z toho v pravidelném provozu:</strong> " . mysqli_num_rows($result) . "\n";
while ($row = mysqli_fetch_assoc($result)) {}
$result = mysqli_query($con, "SELECT *  from mhdosd.mosd_vozy where stav='historicky' and evidence<='300'");
echo "<br /><strong>- z toho historické:</strong> " . mysqli_num_rows($result) . "\n";
while ($row = mysqli_fetch_assoc($result)) {}
$result = mysqli_query($con, "SELECT *  from mhdosd.mosd_vozy where stav='servisni' and evidence<='300'");
echo "<br /><strong>- z toho služební:</strong> " . mysqli_num_rows($result) . "\n";
while ($row = mysqli_fetch_assoc($result)) {}
$result = mysqli_query($con, "SELECT *  from mhdosd.mosd_vozy where stav!='vyrazen' and stav!='nezarazen' and evidence>='300'");
echo "<br /><strong>Z toho autobusů:</strong> " . mysqli_num_rows($result) . "\n";
while ($row = mysqli_fetch_assoc($result)) {}
mysqli_free_result($result);
</txp:php> ->  Warning: mysqli_num_rows() expects parameter 1 to be mysqli_result, null given při zpracování formy single na stránce standard

Z toho autobusů:
Chyba značky: <txp:php>
echo '<table class="mosd_table" style="width: 50%; margin: auto;"><tr><th>Typ</th><th title="Evidenční číslo">Ev. č.</th><th title="Rok výroby">Rok výroby</th></tr>';
  $vysledek=mysqli_query("select * from mhdosd.mosd_vozy where stav!='vyrazen' and stav!='nezarazen' order by evidence");
  while ($zaznam=mysqli_Fetch_Array($vysledek)) echo "<tr class='".$zaznam["stav"]."'><td>".$zaznam["znacka"]." ".$zaznam["typ2"]."</td><td><strong><a href='MOSD/detail-vozidla?ident=".$zaznam["id"]."'>".$zaznam["evidence"]."</a></strong></td><td>".$zaznam["vyroba"]."
  </td></tr>\n";

  $vysledek=mysqli_query($con, "select * from mhdosd.mosd_vozy where stav!='vyrazen' and stav!='nezarazen' order by evidence");
  while ($zaznam=mysqli_Fetch_Array($vysledek)) echo "<tr class='".$zaznam["stav"]."'><td>".$zaznam["znacka"]." ".$zaznam["typ2"]."</td><td><strong><a href='MOSD/detail-vozidla?ident=".$zaznam["id"]."'>".$zaznam["evidence"]."</a></strong></td><td>".$zaznam["vyroba"]."
  </td></tr>\n";

echo '</table>';
$result = mysqli_query($con, "SELECT *  from mhdosd.mosd_vozy where stav!='vyrazen' and stav!='nezarazen'");
echo "<br /><strong>Počet vozů celkem:</strong> " . mysqli_num_rows($result) . "\n";
while ($row = mysqli_fetch_assoc($result)) {}
$result = mysqli_query($con, "SELECT *  from mhdosd.mosd_vozy where stav!='vyrazen' and stav!='nezarazen' and evidence<='300'");
echo "<br /><strong>Z toho tramvají:</strong> " . mysqli_num_rows($result) . "\n";
while ($row = mysqli_fetch_assoc($result)) {}
$result = mysqli_query($con, "SELECT *  from mhdosd.mosd_vozy where stav!='vyrazen' and stav!='nezarazen'  and stav!='servisni' and stav!='historicky' and evidence<='300'");
echo "<br /><strong>- z toho v pravidelném provozu:</strong> " . mysqli_num_rows($result) . "\n";
while ($row = mysqli_fetch_assoc($result)) {}
$result = mysqli_query($con, "SELECT *  from mhdosd.mosd_vozy where stav='historicky' and evidence<='300'");
echo "<br /><strong>- z toho historické:</strong> " . mysqli_num_rows($result) . "\n";
while ($row = mysqli_fetch_assoc($result)) {}
$result = mysqli_query($con, "SELECT *  from mhdosd.mosd_vozy where stav='servisni' and evidence<='300'");
echo "<br /><strong>- z toho služební:</strong> " . mysqli_num_rows($result) . "\n";
while ($row = mysqli_fetch_assoc($result)) {}
$result = mysqli_query($con, "SELECT *  from mhdosd.mosd_vozy where stav!='vyrazen' and stav!='nezarazen' and evidence>='300'");
echo "<br /><strong>Z toho autobusů:</strong> " . mysqli_num_rows($result) . "\n";
while ($row = mysqli_fetch_assoc($result)) {}
mysqli_free_result($result);
</txp:php> ->  Warning: mysqli_fetch_assoc() expects parameter 1 to be mysqli_result, null given při zpracování formy single na stránce standard
Chyba značky: <txp:php>
echo '<table class="mosd_table" style="width: 50%; margin: auto;"><tr><th>Typ</th><th title="Evidenční číslo">Ev. č.</th><th title="Rok výroby">Rok výroby</th></tr>';
  $vysledek=mysqli_query("select * from mhdosd.mosd_vozy where stav!='vyrazen' and stav!='nezarazen' order by evidence");
  while ($zaznam=mysqli_Fetch_Array($vysledek)) echo "<tr class='".$zaznam["stav"]."'><td>".$zaznam["znacka"]." ".$zaznam["typ2"]."</td><td><strong><a href='MOSD/detail-vozidla?ident=".$zaznam["id"]."'>".$zaznam["evidence"]."</a></strong></td><td>".$zaznam["vyroba"]."
  </td></tr>\n";

  $vysledek=mysqli_query($con, "select * from mhdosd.mosd_vozy where stav!='vyrazen' and stav!='nezarazen' order by evidence");
  while ($zaznam=mysqli_Fetch_Array($vysledek)) echo "<tr class='".$zaznam["stav"]."'><td>".$zaznam["znacka"]." ".$zaznam["typ2"]."</td><td><strong><a href='MOSD/detail-vozidla?ident=".$zaznam["id"]."'>".$zaznam["evidence"]."</a></strong></td><td>".$zaznam["vyroba"]."
  </td></tr>\n";

echo '</table>';
$result = mysqli_query($con, "SELECT *  from mhdosd.mosd_vozy where stav!='vyrazen' and stav!='nezarazen'");
echo "<br /><strong>Počet vozů celkem:</strong> " . mysqli_num_rows($result) . "\n";
while ($row = mysqli_fetch_assoc($result)) {}
$result = mysqli_query($con, "SELECT *  from mhdosd.mosd_vozy where stav!='vyrazen' and stav!='nezarazen' and evidence<='300'");
echo "<br /><strong>Z toho tramvají:</strong> " . mysqli_num_rows($result) . "\n";
while ($row = mysqli_fetch_assoc($result)) {}
$result = mysqli_query($con, "SELECT *  from mhdosd.mosd_vozy where stav!='vyrazen' and stav!='nezarazen'  and stav!='servisni' and stav!='historicky' and evidence<='300'");
echo "<br /><strong>- z toho v pravidelném provozu:</strong> " . mysqli_num_rows($result) . "\n";
while ($row = mysqli_fetch_assoc($result)) {}
$result = mysqli_query($con, "SELECT *  from mhdosd.mosd_vozy where stav='historicky' and evidence<='300'");
echo "<br /><strong>- z toho historické:</strong> " . mysqli_num_rows($result) . "\n";
while ($row = mysqli_fetch_assoc($result)) {}
$result = mysqli_query($con, "SELECT *  from mhdosd.mosd_vozy where stav='servisni' and evidence<='300'");
echo "<br /><strong>- z toho služební:</strong> " . mysqli_num_rows($result) . "\n";
while ($row = mysqli_fetch_assoc($result)) {}
$result = mysqli_query($con, "SELECT *  from mhdosd.mosd_vozy where stav!='vyrazen' and stav!='nezarazen' and evidence>='300'");
echo "<br /><strong>Z toho autobusů:</strong> " . mysqli_num_rows($result) . "\n";
while ($row = mysqli_fetch_assoc($result)) {}
mysqli_free_result($result);
</txp:php> ->  Warning: mysqli_free_result() expects parameter 1 to be mysqli_result, null given při zpracování formy single na stránce standard





 

Tyto stránky nejsou oficiální prezentací DPMO, a.s.
Copyright © MHD-Olomouc.cz 2004-2020

 

Administrace | E-mail: admin(zavináč)mhd-olomouc.cz

Založeno na Textpattern