|
Provozované typy tramvají |
|
|
|
|
|
|
|
|
|
|
|
Provozované typy autobusů |
|
|
|
|
|
|
|
|
Vyřazené typy tramvají |
---|
|
|
|
|
Vyřazené typy autobusů |
|
| | |
|
| | |
Celkový přehled dle evidenčního čísla
Typ | Ev. č. | 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 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
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