3v4l.org

run code in 300+ PHP versions simultaneously
<?php session_start(); include "../verwalt/connect.inc.php"; session_destroy(); ?> <!DOCTYPE html public "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head><!-- 21.04.2009 --> <META HTTP-EQUIV="content-type" content="text/html; charset=utf-8"> <TITLE>[___ B &Auml; C K E R E I - P A N I F I C I O &nbsp;&nbsp; N &Auml; C K L E R ___ wir backen's ... ___] _____________________________________________________</TITLE> <meta name="robots" content="all"> <meta name="description" content="Brot fuer alle - schon seit drei Generationen"> <meta name="abstract" content="Brot fuer alle - schon seit drei Generationen"> <meta name="author" content="Rudolf Weissenegger"> <meta name="keywords" content="baeckerei, naeckler, n&auml;ckler, b&auml;ckerei, panificio, pane, brot, backen, welschnofen, nova levante, s&uuml;dtirol, alto adige, italien, italia, weissbrot, schwarzbrot, semmel, kornspitz, brezen, brezel, laugenbrot, geb&auml;ck, kuchen, torten, ..."> <meta name="robots" content="index, follow"> <meta name="revisit-after" content="21 days"> <meta http-equiv="expires" content="0"> <meta http-equiv="Pragma" content="no-cache"> <link rev="made" href="mailto:info@softconsult.it"> <link href="../css/verwalt.css" rel="stylesheet" type="text/css" /> <script src="../css/routinen.js"></script> </head> <body onload="self.focus();document.f.name.focus()" leftmargin="0" topmargin="0" border="0" bgcolor="#6b270e" marginheight="0" marginwidth="0"> <table border="0" cellpadding="0" cellspacing="0" height="99%" width="99%"> <tr> <td align="center" valign="top" cellpadding="0" cellspacing="0"> <!-- ============================== HEADER ============================= --> <?php include("../inc/header_de.inc.php") ?> <table bgcolor="#ffb51e" border="0" cellpadding="0" cellspacing="0"> <tr valign='center'> <td align='center'><img src="../../grafiken/pixel.gif" alt="" border="0" height="1" width="1"><br> <img src="../../grafiken/pixel-braun.gif" alt="" border="0" height="1" width="960"><br> <img src="../../grafiken/pixel.gif" alt="" border="0" height="1" width="1"><br> <img src="../../grafiken/pixel-braun.gif" alt="" border="0" height="1" width="960"></td> </tr> <tr> <td><img src="../../grafiken/pixel.gif" alt="" border="0" height="15" width="1"></td> </tr> <tr> <td align="center"> <table border='0' cellpadding="5" cellspacing="0" width="944px"> <tr> <td class="weiss" align="center" bgcolor="#6b270e"><b>Login zur Online-Bestellung</b></td> </tr> </table> <!-- Formularbeginn Login --> <form name="f" action="bestellung.php" method="post"> <table border="0" cellpadding="0" cellspacing="0" width="900"> <tr height="2"> <td width="150"></td> <td width="210"></td> <td width="30"></td> <td width="285"></td> </tr> <tr> <td align="center" valign="middle" colspan="4" height="30"><b>Bitte Benutzer und Passwort eingeben und danach best&auml;tigen!</b> </td> </tr> <tr> <td align="left"><b>Benutzer &nbsp;&nbsp;</b></td> <td align="left"><input type="text" name="name" style="width: 200px;" type="text"></td> <td align="center" valign="bottom" rowspan="2" height="30"></td> <td>&nbsp;</td> </tr> <tr> <td align="left"><b>Passwort &nbsp;&nbsp;</b></td> <td align="left"><input type="password" name="pw" style="width: 200px;" type="text"></td> <td align="center" valign="bottom" colspan="2" height="30"><input type="submit" value="Login zur Bestellseite"></td> </tr> <tr> <td align="center" colspan="4" height="20"></td> </tr> <tr> <td align="left" valign="top"><b>Bitte beachten: &nbsp;&nbsp;</b></td> <td colspan="3" align="left">Online Bestellungen k&ouml;nnen nur von angemeldeten Benutzern durchgef&uuml;hrt werden.<br /> Sollten Sie noch keine Benutzerdaten haben, wenden Sie sich hierzu bitte direkt an die <a href="http://www.naeckler.it/deutsch/kontakt.htm"> <span style='font-size:12px; color:#660000; font-weight: bold; text-decoration: none'>B&auml;ckerei N&auml;ckler</span></a>. </td> </tr> </table> </form> <!-- Formularende Login --> <br> <table border rules='all' cellpadding="1" cellspacing="0" width="944px"> <tbody> <tr> <td class="weiss" colspan="7" align="center" bgcolor="#6b270e" height="40"><b>Unser Brotwaren Sortiment</b></td> </tr> <tr> <td class="weiss2" align="center" width='250px' bgcolor="#984f27"><b>Beschreibung</b></td> <td class="weiss2" align="center" width='100px' bgcolor="#984f27"><b>Gewicht</b></td> <td class="weiss2" align="center" width='60px' bgcolor="#984f27"><b>Bestell- einheit</b></td> <td class='dunkel' width="1"><img src="../../grafiken/pixel.gif" alt="" border="0" height="1" width="1"></td> <td class="weiss2" align="center" width='250px' bgcolor="#984f27"><b>Beschreibung</b></td> <td class="weiss2" align="center" width='100px' bgcolor="#984f27"><b>Gewicht</b></td> <td class="weiss2" align="center" width='60px' bgcolor="#984f27"><b>Bestell- einheit</b></td> </tr> <!-- #################################################################################################################### --> <?php // Sprache für Include-Seiten festlegen $caller = "de"; // Spezialangebote anzeigen ################################################################## $res = mysql_query("SELECT * FROM times_spezial WHERE aktiv=1 AND deleted=0 "); $dsatz = mysql_fetch_assoc($res); $spnum = mysql_affected_rows(); //Kontrolle ob ein Spezialangebot aktiv ist if ($spnum > 0) { // Bezeichnung des Spezialangebotes definieren $stitel = $dsatz["typ"]; if ($stitel == "ostern") $stitel = "Ostern spezial"; elseif ($stitel == "aller") $stitel = "Allerheiligen spezial"; elseif ($stitel == "weihn") $stitel = "Weihnachten spezial"; $abfrage = "SELECT * FROM categories_online WHERE bez_dt = '" . $stitel ."'"; $sprache = "dt"; // Sprachkennzeichen festlegen $sql = mysql_query($abfrage); // Spezialangebot Kategorie ermitteln while ($cdat = mysql_fetch_assoc($sql)) { // Produkte suchen, die zum Spezialangebot gehören $c = $cdat["id"]; // Abfrage für alle Artikel in dieser Kategorie $linesql = mysql_query("SELECT P.id, P.titel, P.gewicht, P.geschnitten, P.cat_on_nr, P.cat_on_sp, P.einheit_id, P.vk_einheit_id, P.days, M.mass as einheit, V.mass as vke, C.id as cid, C.bez_dt as ctitel FROM products as P INNER JOIN (SELECT id, mass FROM misures) as M ON M.id = P.einheit_id INNER JOIN (SELECT id, mass FROM misures) as V ON V.id = P.vk_einheit_id INNER JOIN (SELECT id, bez_dt, pos FROM categories_online) as C ON C.id = P.cat_on_id WHERE P.cat_on_id = " . $c . " AND P.aktiv = 1 ORDER BY C.id, P.cat_on_nr, P.cat_on_sp"); } $num = mysql_num_rows($linesql); // Zeilenanzahl gefundene Produkte $x = 1; $lines = ""; while ($linedat = mysql_fetch_assoc($linesql)) { $lines[$x] = array('id' => $linedat['id'], 'titel' => $linedat['titel'], 'gewicht' => $linedat['gewicht'], 'geschnitten' => $linedat['geschnitten'], 'einheit' => $linedat['einheit'], 'vke' => $linedat['vke'], 'cat_on_nr' => $linedat['cat_on_nr'], 'cat_on_sp' => $linedat['cat_on_sp'], 'days' => $linedat['days'], 'col' => $cdat['id'], 'cat' => $linedat['ctitel']); $x = $x + 1; } $heute = date("Y-m-d"); $datEnde = sprintf("%02d.%02d.%04d", substr( $dsatz["dat_ende"], 8, 2), substr( $dsatz["dat_ende"], 5, 2), substr( $dsatz["dat_ende"], 0, 4)); if( ($dsatz["dat_start"]<=$heute) && ($dsatz["dat_ende"]>=$heute) ) include("../inc/_produkte_tablespezbest.inc.php"); elseif( ($_SESSION["nach"] == 1) && ($dsatz["dat_ende"]<$heute) && ($dsatz["nachliefer"]>=$heute) ) include("../inc/_produkte_tablespezbest.inc.php"); } // #################################################################################################################### --> // #################################################################################################################### --> //Kategorien ermitteln $sql = mysql_query("SELECT * FROM categories_online WHERE pos > 0 ORDER BY pos"); $sprache = "dt"; // Sprachkennzeichen festlegen $catnum = mysql_num_rows($sql); // Anzahl Kategorien abfragen $cnum = 1; // alle abgefragten Kategorien in Tabellenform darstellen while ($cdat = mysql_fetch_assoc($sql)) { $c = $cdat["id"]; // Abfrage für alle Artikel in dieser Kategorie $linesql = mysql_query("SELECT P.id, P.titel, P.gewicht, P.geschnitten, P.cat_on_nr, P.cat_on_sp, P.einheit_id, P.vk_einheit_id, P.days, M.mass as einheit, V.mass as vke, C.id as cid, C.bez_dt as ctitel FROM products as P INNER JOIN (SELECT id, mass FROM misures) as M ON M.id = P.einheit_id INNER JOIN (SELECT id, mass FROM misures) as V ON V.id = P.vk_einheit_id INNER JOIN (SELECT id, bez_dt, pos FROM categories_online) as C ON C.id = P.cat_on_id WHERE P.cat_on_id = " . $c . " AND P.aktiv = 1 ORDER BY C.id, P.cat_on_nr, P.cat_on_sp"); // Artikel der aktuellen Kategorie in temporären Array schreiben ################################################################################ if ($cdat["pos"] % 2 != 0) { // ungerade $x = 1; while ($linedat = mysql_fetch_assoc($linesql)) { $leftone[$x] = array('id' => $linedat['id'], 'titel' => $linedat['titel'], 'gewicht' => $linedat['gewicht'], 'geschnitten' => $linedat['geschnitten'], 'einheit' => $linedat['einheit'], 'vke' => $linedat['vke'], 'cat_on_nr' => $linedat['cat_on_nr'], 'cat_on_sp' => $linedat['cat_on_sp'], 'days' => $linedat['days'], 'col' => $cdat['id'], 'cat' => $linedat['ctitel']); $leftonelines = mysql_num_rows($linesql); $x = $x + 1; } } elseif ($cdat["pos"] % 2 == 0) { // gerade $y = 1; while ($linedat = mysql_fetch_assoc($linesql)) { $righttwo[$y] = array('id' => $linedat['id'], 'titel' => $linedat['titel'], 'gewicht' => $linedat['gewicht'], 'geschnitten' => $linedat['geschnitten'], 'einheit' => $linedat['einheit'], 'vke' => $linedat['vke'], 'cat_on_nr' => $linedat['cat_on_nr'], 'cat_on_sp' => $linedat['cat_on_sp'], 'days' => $linedat['days'], 'col' => $cdat['id'], 'cat' => $linedat['ctitel']); $righttwolines = mysql_num_rows($linesql); $y = $y + 1; } } // Anzahl $lines -> bestimmen, ob linke oder rechte Spalte größer if ($leftonelines > $righttwolines) $num = $leftonelines; else $num = $righttwolines; if (($cdat["pos"] % 2 == 0) || ($cnum == $catnum)) { // Kategorien Tabellenüberschrift echo "<tr><td class='weiss' colspan='3' align='center' bgcolor='#6b270e'><b>" . $leftone[1]['cat'] . "</b></td>"; echo "<td class='dunkel' width='1'><img src='../../grafiken/pixel.gif' alt='' border='0' height='1' width='1'></td>"; echo "<td class='weiss' colspan='3' align='center' bgcolor='#6b270e'><b>" . $righttwo[1]['cat'] . "</b></td></tr>"; // ##################################################################################################################### // Zeilen der beiden Kategorien zusammenstellen for ($i=1; $i<=$num; $i++) { $colprinted = "0"; // linke Spalte ############################################################################################################## echo "<tr>"; if ($leftone[$i]['titel'] <> "") { $id = $leftone[$i]['id']; echo "<td><b>" . $leftone[$i]['titel'] . "</b></td><td align='center'>"; if (($leftone[$i]['einheit']=="gr.") || ($leftone[$i]['einheit']=="gr")) echo $leftone[$i]['gewicht']; else echo "1"; echo " " . $leftone[$i]['einheit'] ."</td>"; echo "<td align='center'>" . $leftone[$i]['vke'] ."</td>"; echo "<td class='dunkel' width='1'><img src='../../grafiken/pixel.gif' alt='' border='0' height='1' width='1'></td>"; $colprinted = "1"; } else { if ($colprinted == "0") { echo "<tr><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td>"; echo "<td bgcolor='#6b270e' width='1'><img src='../../grafiken/pixel.gif' alt='' border='0' height='1' width='1'></td>"; } } $colprinted = "0"; // rechte Spalte ############################################################################################################# if ($righttwo[$i]['titel'] <> "") { $id = $righttwo[$i]['id']; echo "<td><b>" . $righttwo[$i]['titel'] . "</b></td><td align='center'>"; if (($righttwo[$i]['einheit']=="gr.") || ($righttwo[$i]['einheit']=="gr")) echo $righttwo[$i]['gewicht']; else echo "1"; echo " " . $righttwo[$i]['einheit'] ."</td>"; echo "<td align='center'>" . $righttwo[$i]['vke'] ."</td></tr>"; $colprinted = "1"; } else { if ($colprinted == "0") { echo "<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>"; } } } // Variable resettieren $leftone = NULL; $leftonelines = NULL; $righttwo = NULL; $righttwolines = NULL; } $cnum = $cnum + 1; } /* * mit Hilfe der Variablen $colprinted wird die linke Hälfte der Tabelle überwacht * wenn in der 1. Spalte kein Artikel steht, dann werden automatisch die notwendigen leeren Tabellenspalten erzeugt * und somit bleibt der Aufbau der Tabelle konstant und die Artikel werden auf der richtigen Seite dargestellt */ ?> </td> </tr> </table> <!-- ============================== ENDE ============================= --> <br /><br /> <table border="0" cellpadding="4" cellspacing="0" width="944px"> <tbody><tr> <td class="weiss" align="center" bgcolor="#6b270e"><b>WINTER-</b> und <b>SOMMERSAISON</b> auch an <b>SONN</b>- und <b>FEIERTAGEN</b> frisches <b>BROT</b>!!<br> <b>ALLE GROSSBROTE</b> auch <b>GESCHNITTEN</b> erh&auml;ltlich!!!</td> </tr> </tbody></table> </td> </tr> <tr> <td><img src="../../grafiken/pixel.gif" alt="" border="0" height="15" width="1"></td> </tr> <tr> <td align='center'><img src="../../grafiken/pixel-braun.gif" alt="" border="0" height="1" width="960"><br> <img src="../../grafiken/pixel.gif" alt="" border="0" height="1" width="1"><br> <img src="../../grafiken/pixel-braun.gif" alt="" border="0" height="1" width="960"><br> <img src="../../grafiken/pixel.gif" alt="" border="0" height="1" width="1"></td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </body></html>
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 22, Position 2 = 146
Branch analysis from position: 22
2 jumps found. (Code = 43) Position 1 = 26, Position 2 = 28
Branch analysis from position: 26
1 jumps found. (Code = 42) Position 1 = 35
Branch analysis from position: 35
1 jumps found. (Code = 42) Position 1 = 52
Branch analysis from position: 52
2 jumps found. (Code = 44) Position 1 = 57, Position 2 = 44
Branch analysis from position: 57
1 jumps found. (Code = 42) Position 1 = 90
Branch analysis from position: 90
2 jumps found. (Code = 44) Position 1 = 95, Position 2 = 64
Branch analysis from position: 95
2 jumps found. (Code = 46) Position 1 = 127, Position 2 = 130
Branch analysis from position: 127
2 jumps found. (Code = 43) Position 1 = 131, Position 2 = 133
Branch analysis from position: 131
1 jumps found. (Code = 42) Position 1 = 146
Branch analysis from position: 146
1 jumps found. (Code = 42) Position 1 = 369
Branch analysis from position: 369
2 jumps found. (Code = 44) Position 1 = 374, Position 2 = 157
Branch analysis from position: 374
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 157
2 jumps found. (Code = 43) Position 1 = 169, Position 2 = 207
Branch analysis from position: 169
1 jumps found. (Code = 42) Position 1 = 201
Branch analysis from position: 201
2 jumps found. (Code = 44) Position 1 = 206, Position 2 = 171
Branch analysis from position: 206
1 jumps found. (Code = 42) Position 1 = 248
Branch analysis from position: 248
2 jumps found. (Code = 43) Position 1 = 250, Position 2 = 252
Branch analysis from position: 250
1 jumps found. (Code = 42) Position 1 = 253
Branch analysis from position: 253
2 jumps found. (Code = 47) Position 1 = 257, Position 2 = 259
Branch analysis from position: 257
2 jumps found. (Code = 43) Position 1 = 260, Position 2 = 367
Branch analysis from position: 260
1 jumps found. (Code = 42) Position 1 = 361
Branch analysis from position: 361
2 jumps found. (Code = 44) Position 1 = 363, Position 2 = 273
Branch analysis from position: 363
2 jumps found. (Code = 44) Position 1 = 374, Position 2 = 157
Branch analysis from position: 374
Branch analysis from position: 157
Branch analysis from position: 273
2 jumps found. (Code = 43) Position 1 = 279, Position 2 = 314
Branch analysis from position: 279
2 jumps found. (Code = 47) Position 1 = 291, Position 2 = 295
Branch analysis from position: 291
2 jumps found. (Code = 43) Position 1 = 296, Position 2 = 300
Branch analysis from position: 296
1 jumps found. (Code = 42) Position 1 = 301
Branch analysis from position: 301
1 jumps found. (Code = 42) Position 1 = 318
Branch analysis from position: 318
2 jumps found. (Code = 43) Position 1 = 323, Position 2 = 357
Branch analysis from position: 323
2 jumps found. (Code = 47) Position 1 = 335, Position 2 = 339
Branch analysis from position: 335
2 jumps found. (Code = 43) Position 1 = 340, Position 2 = 344
Branch analysis from position: 340
1 jumps found. (Code = 42) Position 1 = 345
Branch analysis from position: 345
1 jumps found. (Code = 42) Position 1 = 360
Branch analysis from position: 360
2 jumps found. (Code = 44) Position 1 = 363, Position 2 = 273
Branch analysis from position: 363
Branch analysis from position: 273
Branch analysis from position: 344
1 jumps found. (Code = 42) Position 1 = 360
Branch analysis from position: 360
Branch analysis from position: 339
Branch analysis from position: 357
2 jumps found. (Code = 43) Position 1 = 359, Position 2 = 360
Branch analysis from position: 359
2 jumps found. (Code = 44) Position 1 = 363, Position 2 = 273
Branch analysis from position: 363
Branch analysis from position: 273
Branch analysis from position: 360
Branch analysis from position: 300
1 jumps found. (Code = 42) Position 1 = 318
Branch analysis from position: 318
Branch analysis from position: 295
Branch analysis from position: 314
2 jumps found. (Code = 43) Position 1 = 316, Position 2 = 318
Branch analysis from position: 316
2 jumps found. (Code = 43) Position 1 = 323, Position 2 = 357
Branch analysis from position: 323
Branch analysis from position: 357
Branch analysis from position: 318
Branch analysis from position: 367
Branch analysis from position: 259
Branch analysis from position: 252
2 jumps found. (Code = 47) Position 1 = 257, Position 2 = 259
Branch analysis from position: 257
Branch analysis from position: 259
Branch analysis from position: 171
2 jumps found. (Code = 44) Position 1 = 206, Position 2 = 171
Branch analysis from position: 206
Branch analysis from position: 171
Branch analysis from position: 207
2 jumps found. (Code = 43) Position 1 = 211, Position 2 = 248
Branch analysis from position: 211
1 jumps found. (Code = 42) Position 1 = 243
Branch analysis from position: 243
2 jumps found. (Code = 44) Position 1 = 248, Position 2 = 213
Branch analysis from position: 248
Branch analysis from position: 213
2 jumps found. (Code = 44) Position 1 = 248, Position 2 = 213
Branch analysis from position: 248
Branch analysis from position: 213
Branch analysis from position: 248
Branch analysis from position: 133
2 jumps found. (Code = 46) Position 1 = 137, Position 2 = 140
Branch analysis from position: 137
2 jumps found. (Code = 46) Position 1 = 141, Position 2 = 144
Branch analysis from position: 141
2 jumps found. (Code = 43) Position 1 = 145, Position 2 = 146
Branch analysis from position: 145
1 jumps found. (Code = 42) Position 1 = 369
Branch analysis from position: 369
Branch analysis from position: 146
Branch analysis from position: 144
Branch analysis from position: 140
Branch analysis from position: 130
Branch analysis from position: 64
2 jumps found. (Code = 44) Position 1 = 95, Position 2 = 64
Branch analysis from position: 95
Branch analysis from position: 64
Branch analysis from position: 44
2 jumps found. (Code = 44) Position 1 = 57, Position 2 = 44
Branch analysis from position: 57
Branch analysis from position: 44
Branch analysis from position: 28
2 jumps found. (Code = 43) Position 1 = 30, Position 2 = 32
Branch analysis from position: 30
1 jumps found. (Code = 42) Position 1 = 35
Branch analysis from position: 35
Branch analysis from position: 32
2 jumps found. (Code = 43) Position 1 = 34, Position 2 = 35
Branch analysis from position: 34
1 jumps found. (Code = 42) Position 1 = 52
Branch analysis from position: 52
Branch analysis from position: 35
Branch analysis from position: 146
filename:       /in/WoOGS
function name:  (null)
number of ops:  376
compiled vars:  !0 = $caller, !1 = $res, !2 = $dsatz, !3 = $spnum, !4 = $stitel, !5 = $abfrage, !6 = $sprache, !7 = $sql, !8 = $c, !9 = $cdat, !10 = $linesql, !11 = $num, !12 = $x, !13 = $lines, !14 = $linedat, !15 = $heute, !16 = $datEnde, !17 = $catnum, !18 = $cnum, !19 = $leftone, !20 = $leftonelines, !21 = $y, !22 = $righttwo, !23 = $righttwolines, !24 = $i, !25 = $colprinted, !26 = $id
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'session_start'
          1        DO_ICALL                                                 
    3     2        INCLUDE_OR_EVAL                                          '..%2Fverwalt%2Fconnect.inc.php', INCLUDE
    4     3        INIT_FCALL                                               'session_destroy'
          4        DO_ICALL                                                 
    6     5        ECHO                                                     '%0A%3C%21DOCTYPE+html+public+%22-%2F%2FW3C%2F%2FDTD+HTML+4.0+Transitional%2F%2FEN%22%3E%0A%0A%3Chtml%3E%0A%09%3Chead%3E%3C%21--+21.04.2009+--%3E%0A++%09%3CMETA+HTTP-EQUIV%3D%22content-type%22+content%3D%22text%2Fhtml%3B+charset%3Dutf-8%22%3E%09%0A%09%3CTITLE%3E%5B___+B+%26Auml%3B+C+K+E+R+E+I+-+P+A+N+I+F+I+C+I+O+%26nbsp%3B%26nbsp%3B+N+%26Auml%3B+C+K+L+E+R+___+wir+backen%27s+...+___%5D+_____________________________________________________%3C%2FTITLE%3E%0A%0A%09%3Cmeta+name%3D%22robots%22+content%3D%22all%22%3E%0A%09%3Cmeta+name%3D%22description%22+content%3D%22Brot+fuer+alle+-+schon+seit+drei+Generationen%22%3E%0A%09%3Cmeta+name%3D%22abstract%22+content%3D%22Brot+fuer+alle+-+schon+seit+drei+Generationen%22%3E%0A%09%3Cmeta+name%3D%22author%22+content%3D%22Rudolf+Weissenegger%22%3E%0A%09%3Cmeta+name%3D%22keywords%22+content%3D%22baeckerei%2C+naeckler%2C+n%26auml%3Bckler%2C+b%26auml%3Bckerei%2C+panificio%2C+pane%2C+brot%2C+backen%2C+welschnofen%2C+nova+levante%2C+s%26uuml%3Bdtirol%2C+alto+adige%2C+italien%2C+italia%2C+weissbrot%2C+schwarzbrot%2C+semmel%2C+kornspitz%2C+brezen%2C+brezel%2C+laugenbrot%2C+geb%26auml%3Bck%2C+kuchen%2C+torten%2C+...%22%3E%0A%09%3Cmeta+name%3D%22robots%22+content%3D%22index%2C+follow%22%3E%0A%09%3Cmeta+name%3D%22revisit-after%22+content%3D%2221+days%22%3E%0A%09%3Cmeta+http-equiv%3D%22expires%22+content%3D%220%22%3E%0A%09%3Cmeta+http-equiv%3D%22Pragma%22+content%3D%22no-cache%22%3E%0A%09%3Clink+rev%3D%22made%22+href%3D%22mailto%3Ainfo%40softconsult.it%22%3E%0A++++%3Clink+href%3D%22..%2Fcss%2Fverwalt.css%22+rel%3D%22stylesheet%22+type%3D%22text%2Fcss%22+%2F%3E%09%0A++++%3Cscript+src%3D%22..%2Fcss%2Froutinen.js%22%3E%3C%2Fscript%3E%09%0A%3C%2Fhead%3E%0A%0A%3Cbody+onload%3D%22self.focus%28%29%3Bdocument.f.name.focus%28%29%22+leftmargin%3D%220%22+topmargin%3D%220%22+border%3D%220%22+bgcolor%3D%22%236b270e%22+marginheight%3D%220%22+marginwidth%3D%220%22%3E%0A%3Ctable+border%3D%220%22+cellpadding%3D%220%22+cellspacing%3D%220%22+height%3D%2299%25%22+width%3D%2299%25%22%3E%0A%09%3Ctr%3E%0A%09%09%3Ctd+align%3D%22center%22+valign%3D%22top%22+cellpadding%3D%220%22+cellspacing%3D%220%22%3E%0A%0A%3C%21--+%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D+HEADER+%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D+--%3E%0A%09'
   34     6        INCLUDE_OR_EVAL                                          '..%2Finc%2Fheader_de.inc.php', INCLUDE
   35     7        ECHO                                                     '%0A%09%09%09%3Ctable+bgcolor%3D%22%23ffb51e%22+border%3D%220%22+cellpadding%3D%220%22+cellspacing%3D%220%22%3E%0A%09%09%09%09%3Ctr+valign%3D%27center%27%3E%0A%09%09%09%09%09%3Ctd+align%3D%27center%27%3E%3Cimg+src%3D%22..%2F..%2Fgrafiken%2Fpixel.gif%22+alt%3D%22%22+border%3D%220%22+height%3D%221%22+width%3D%221%22%3E%3Cbr%3E%0A%09%09%09%09%09%3Cimg+src%3D%22..%2F..%2Fgrafiken%2Fpixel-braun.gif%22+alt%3D%22%22+border%3D%220%22+height%3D%221%22+width%3D%22960%22%3E%3Cbr%3E%0A%09%09%09%09%09%3Cimg+src%3D%22..%2F..%2Fgrafiken%2Fpixel.gif%22+alt%3D%22%22+border%3D%220%22+height%3D%221%22+width%3D%221%22%3E%3Cbr%3E%0A%09%09%09%09%09%3Cimg+src%3D%22..%2F..%2Fgrafiken%2Fpixel-braun.gif%22+alt%3D%22%22+border%3D%220%22+height%3D%221%22+width%3D%22960%22%3E%3C%2Ftd%3E%0A%09%09%09%09%3C%2Ftr%3E%0A%09%09%09%09%3Ctr%3E%0A%09%09%09%09%09%3Ctd%3E%3Cimg+src%3D%22..%2F..%2Fgrafiken%2Fpixel.gif%22+alt%3D%22%22+border%3D%220%22+height%3D%2215%22+width%3D%221%22%3E%3C%2Ftd%3E%0A%09%09%09%09%3C%2Ftr%3E%0A%09%09%09%09%3Ctr%3E%0A%09%09%09%09%09%3Ctd+align%3D%22center%22%3E%0A%09%09%09%09%09%09%3Ctable+border%3D%270%27+cellpadding%3D%225%22+cellspacing%3D%220%22+width%3D%22944px%22%3E%0A%09%09%09%09%09%09%09%3Ctr%3E%0A%09%09%09%09%09%09%09%09%3Ctd+class%3D%22weiss%22+align%3D%22center%22+bgcolor%3D%22%236b270e%22%3E%3Cb%3ELogin+zur+Online-Bestellung%3C%2Fb%3E%3C%2Ftd%3E%0A%09%09%09%09%09%09%09%3C%2Ftr%3E%0A%09%09%09%09%09%09%3C%2Ftable%3E%0A%0A%3C%21--+Formularbeginn+Login+--%3E%0A+++++++%3Cform+name%3D%22f%22+action%3D%22bestellung.php%22+method%3D%22post%22%3E%0A+++++++%3Ctable+border%3D%220%22+cellpadding%3D%220%22+cellspacing%3D%220%22+width%3D%22900%22%3E%0A+++++++++++%3Ctr+height%3D%222%22%3E%0A+++++++++++++%3Ctd+width%3D%22150%22%3E%3C%2Ftd%3E%0A+++++++++++++%3Ctd+width%3D%22210%22%3E%3C%2Ftd%3E%0A+++++++++++++%3Ctd+width%3D%2230%22%3E%3C%2Ftd%3E%0A+++++++++++++%3Ctd+width%3D%22285%22%3E%3C%2Ftd%3E%0A+++++++++++%3C%2Ftr%3E%0A+++++++++++%3Ctr%3E%0A%09++++%3Ctd+align%3D%22center%22+valign%3D%22middle%22+colspan%3D%224%22+height%3D%2230%22%3E%3Cb%3EBitte+Benutzer+und+Passwort+eingeben+und+danach+best%26auml%3Btigen%21%3C%2Fb%3E%0A+++++++++++++%3C%2Ftd%3E%0A%09++%3C%2Ftr%3E%0A+++++++++++%3Ctr%3E%0A+++++++++++++%3Ctd+align%3D%22left%22%3E%3Cb%3EBenutzer+%26nbsp%3B%26nbsp%3B%3C%2Fb%3E%3C%2Ftd%3E%0A+++++++++++++%3Ctd+align%3D%22left%22%3E%3Cinput+type%3D%22text%22+name%3D%22name%22+style%3D%22width%3A+200px%3B%22+type%3D%22text%22%3E%3C%2Ftd%3E%0A+++++++++++++%3Ctd+align%3D%22center%22+valign%3D%22bottom%22+rowspan%3D%222%22+height%3D%2230%22%3E%3C%2Ftd%3E%0A+++++++++++++%3Ctd%3E%26nbsp%3B%3C%2Ftd%3E%0A%09++%3C%2Ftr%3E%0A%09++%3Ctr%3E%0A+++++++++++++%3Ctd+align%3D%22left%22%3E%3Cb%3EPasswort+%26nbsp%3B%26nbsp%3B%3C%2Fb%3E%3C%2Ftd%3E%0A+++++++++++++%3Ctd+align%3D%22left%22%3E%3Cinput+type%3D%22password%22+name%3D%22pw%22+style%3D%22width%3A+200px%3B%22+type%3D%22text%22%3E%3C%2Ftd%3E%0A+++++++++++++%3Ctd+align%3D%22center%22+valign%3D%22bottom%22+colspan%3D%222%22+height%3D%2230%22%3E%3Cinput+type%3D%22submit%22+value%3D%22Login+zur+Bestellseite%22%3E%3C%2Ftd%3E%0A%09++%3C%2Ftr%3E%0A+++++++++++%3Ctr%3E%0A%09++++%3Ctd+align%3D%22center%22+colspan%3D%224%22+height%3D%2220%22%3E%3C%2Ftd%3E%0A%09++%3C%2Ftr%3E%0A%09++%3Ctr%3E%0A%09++++%3Ctd+align%3D%22left%22+valign%3D%22top%22%3E%3Cb%3EBitte+beachten%3A+%26nbsp%3B%26nbsp%3B%3C%2Fb%3E%3C%2Ftd%3E%0A+++++++++++++%3Ctd+colspan%3D%223%22+align%3D%22left%22%3EOnline+Bestellungen+k%26ouml%3Bnnen+nur+von+angemeldeten+Benutzern+durchgef%26uuml%3Bhrt+werden.%3Cbr+%2F%3E%0A+++++++++++++++Sollten+Sie+noch+keine+Benutzerdaten+haben%2C+wenden+Sie+sich+hierzu+bitte+direkt+an+die+%3Ca+href%3D%22http%3A%2F%2Fwww.naeckler.it%2Fdeutsch%2Fkontakt.htm%22%3E%0A+++++++++++++++%09%3Cspan+style%3D%27font-size%3A12px%3B+color%3A%23660000%3B+font-weight%3A+bold%3B+text-decoration%3A+none%27%3EB%26auml%3Bckerei+N%26auml%3Bckler%3C%2Fspan%3E%3C%2Fa%3E.%0A+++++++++++++%3C%2Ftd%3E%0A%09++%3C%2Ftr%3E%0A+++++++%3C%2Ftable%3E%0A+++++++%3C%2Fform%3E%0A%3C%21--+Formularende+Login+--%3E%0A%0A%09+%3Cbr%3E%0A%09+%3Ctable+border+rules%3D%27all%27+cellpadding%3D%221%22+cellspacing%3D%220%22+width%3D%22944px%22%3E%0A%09+++%3Ctbody%3E%0A++++++++++++++%3Ctr%3E%0A++++++++++++++++%3Ctd+class%3D%22weiss%22+colspan%3D%227%22+align%3D%22center%22+bgcolor%3D%22%236b270e%22+height%3D%2240%22%3E%3Cb%3EUnser+Brotwaren+Sortiment%3C%2Fb%3E%3C%2Ftd%3E%0A++++++++++++++%3C%2Ftr%3E%0A++++++++++++++%3Ctr%3E%0A%09%09%09%09%3Ctd+class%3D%22weiss2%22+align%3D%22center%22+width%3D%27250px%27+bgcolor%3D%22%23984f27%22%3E%3Cb%3EBeschreibung%3C%2Fb%3E%3C%2Ftd%3E%0A%09%09%09%09%3Ctd+class%3D%22weiss2%22+align%3D%22center%22+width%3D%27100px%27+bgcolor%3D%22%23984f27%22%3E%3Cb%3EGewicht%3C%2Fb%3E%3C%2Ftd%3E%0A%09%09%09%09%3Ctd+class%3D%22weiss2%22+align%3D%22center%22+width%3D%2760px%27+bgcolor%3D%22%23984f27%22%3E%3Cb%3EBestell-+einheit%3C%2Fb%3E%3C%2Ftd%3E%0A%09%09%09%09%3Ctd+class%3D%27dunkel%27+width%3D%221%22%3E%3Cimg+src%3D%22..%2F..%2Fgrafiken%2Fpixel.gif%22+alt%3D%22%22+border%3D%220%22+height%3D%221%22+width%3D%221%22%3E%3C%2Ftd%3E%0A%09%09%09%09%3Ctd+class%3D%22weiss2%22+align%3D%22center%22+width%3D%27250px%27+bgcolor%3D%22%23984f27%22%3E%3Cb%3EBeschreibung%3C%2Fb%3E%3C%2Ftd%3E%0A%09%09%09%09%3Ctd+class%3D%22weiss2%22+align%3D%22center%22+width%3D%27100px%27+bgcolor%3D%22%23984f27%22%3E%3Cb%3EGewicht%3C%2Fb%3E%3C%2Ftd%3E%0A%09%09%09%09%3Ctd+class%3D%22weiss2%22+align%3D%22center%22+width%3D%2760px%27+bgcolor%3D%22%23984f27%22%3E%3Cb%3EBestell-+einheit%3C%2Fb%3E%3C%2Ftd%3E%0A%09%09%09%3C%2Ftr%3E%0A%0A%3C%21--+%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23+--%3E%0A'
  111     8        ASSIGN                                                   !0, 'de'
  113     9        INIT_FCALL_BY_NAME                                       'mysql_query'
         10        SEND_VAL_EX                                              'SELECT+%2A+FROM+times_spezial+WHERE+aktiv%3D1+AND+deleted%3D0+'
         11        DO_FCALL                                      0  $32     
         12        ASSIGN                                                   !1, $32
  114    13        INIT_FCALL_BY_NAME                                       'mysql_fetch_assoc'
         14        SEND_VAR_EX                                              !1
         15        DO_FCALL                                      0  $34     
         16        ASSIGN                                                   !2, $34
  115    17        INIT_FCALL_BY_NAME                                       'mysql_affected_rows'
         18        DO_FCALL                                      0  $36     
         19        ASSIGN                                                   !3, $36
  117    20        IS_SMALLER                                               0, !3
         21      > JMPZ                                                     ~38, ->146
  119    22    >   FETCH_DIM_R                                      ~39     !2, 'typ'
         23        ASSIGN                                                   !4, ~39
  120    24        IS_EQUAL                                                 !4, 'ostern'
         25      > JMPZ                                                     ~41, ->28
  121    26    >   ASSIGN                                                   !4, 'Ostern+spezial'
         27      > JMP                                                      ->35
  122    28    >   IS_EQUAL                                                 !4, 'aller'
         29      > JMPZ                                                     ~43, ->32
  123    30    >   ASSIGN                                                   !4, 'Allerheiligen+spezial'
         31      > JMP                                                      ->35
  124    32    >   IS_EQUAL                                                 !4, 'weihn'
         33      > JMPZ                                                     ~45, ->35
  125    34    >   ASSIGN                                                   !4, 'Weihnachten+spezial'
  126    35    >   CONCAT                                           ~47     'SELECT+%2A+FROM+categories_online+WHERE+bez_dt+%3D+%27', !4
         36        CONCAT                                           ~48     ~47, '%27'
         37        ASSIGN                                                   !5, ~48
  127    38        ASSIGN                                                   !6, 'dt'
  128    39        INIT_FCALL_BY_NAME                                       'mysql_query'
         40        SEND_VAR_EX                                              !5
         41        DO_FCALL                                      0  $51     
         42        ASSIGN                                                   !7, $51
  129    43      > JMP                                                      ->52
  130    44    >   FETCH_DIM_R                                      ~53     !9, 'id'
         45        ASSIGN                                                   !8, ~53
  132    46        INIT_FCALL_BY_NAME                                       'mysql_query'
  137    47        CONCAT                                           ~55     'SELECT+P.id%2C+P.titel%2C+P.gewicht%2C+P.geschnitten%2C+P.cat_on_nr%2C+P.cat_on_sp%2C+P.einheit_id%2C+P.vk_einheit_id%2C+P.days%2C+M.mass+as+einheit%2C+V.mass+as+vke%2C+C.id+as+cid%2C+C.bez_dt+as+ctitel%0A%09%09%09%09%09%09%09%09++++FROM+products+as+P%0A%09%09%09%09%09%09%09%09++++INNER+JOIN+%28SELECT+id%2C+mass+FROM+misures%29+as+M+ON+M.id+%3D+P.einheit_id%0A%09%09%09%09%09%09%09%09++++INNER+JOIN+%28SELECT+id%2C+mass+FROM+misures%29+as+V+ON+V.id+%3D+P.vk_einheit_id%0A%09%09%09%09%09%09%09%09++++INNER+JOIN+%28SELECT+id%2C+bez_dt%2C+pos+FROM+categories_online%29+as+C+ON+C.id+%3D+P.cat_on_id%09%09%09%09%09%09%09%09%09%09%09%09%09++++%0A%09%09%09%09%09%09%09%09++++WHERE+P.cat_on_id+%3D+', !8
         48        CONCAT                                           ~56     ~55, '+AND+P.aktiv+%3D+1%0A%09%09%09%09%09%09%09%09++++ORDER+BY+C.id%2C+P.cat_on_nr%2C+P.cat_on_sp'
         49        SEND_VAL_EX                                              ~56
         50        DO_FCALL                                      0  $57     
  132    51        ASSIGN                                                   !10, $57
  129    52    >   INIT_FCALL_BY_NAME                                       'mysql_fetch_assoc'
         53        SEND_VAR_EX                                              !7
         54        DO_FCALL                                      0  $59     
         55        ASSIGN                                           ~60     !9, $59
         56      > JMPNZ                                                    ~60, ->44
  140    57    >   INIT_FCALL_BY_NAME                                       'mysql_num_rows'
         58        SEND_VAR_EX                                              !10
         59        DO_FCALL                                      0  $61     
         60        ASSIGN                                                   !11, $61
  141    61        ASSIGN                                                   !12, 1
  142    62        ASSIGN                                                   !13, ''
  143    63      > JMP                                                      ->90
  144    64    >   FETCH_DIM_R                                      ~66     !14, 'id'
         65        INIT_ARRAY                                       ~67     ~66, 'id'
         66        FETCH_DIM_R                                      ~68     !14, 'titel'
         67        ADD_ARRAY_ELEMENT                                ~67     ~68, 'titel'
         68        FETCH_DIM_R                                      ~69     !14, 'gewicht'
         69        ADD_ARRAY_ELEMENT                                ~67     ~69, 'gewicht'
         70        FETCH_DIM_R                                      ~70     !14, 'geschnitten'
         71        ADD_ARRAY_ELEMENT                                ~67     ~70, 'geschnitten'
         72        FETCH_DIM_R                                      ~71     !14, 'einheit'
         73        ADD_ARRAY_ELEMENT                                ~67     ~71, 'einheit'
         74        FETCH_DIM_R                                      ~72     !14, 'vke'
         75        ADD_ARRAY_ELEMENT                                ~67     ~72, 'vke'
         76        FETCH_DIM_R                                      ~73     !14, 'cat_on_nr'
         77        ADD_ARRAY_ELEMENT                                ~67     ~73, 'cat_on_nr'
         78        FETCH_DIM_R                                      ~74     !14, 'cat_on_sp'
         79        ADD_ARRAY_ELEMENT                                ~67     ~74, 'cat_on_sp'
         80        FETCH_DIM_R                                      ~75     !14, 'days'
         81        ADD_ARRAY_ELEMENT                                ~67     ~75, 'days'
         82        FETCH_DIM_R                                      ~76     !9, 'id'
         83        ADD_ARRAY_ELEMENT                                ~67     ~76, 'col'
         84        FETCH_DIM_R                                      ~77     !14, 'ctitel'
         85        ADD_ARRAY_ELEMENT                                ~67     ~77, 'cat'
         86        ASSIGN_DIM                                               !13, !12
         87        OP_DATA                                                  ~67
  145    88        ADD                                              ~78     !12, 1
         89        ASSIGN                                                   !12, ~78
  143    90    >   INIT_FCALL_BY_NAME                                       'mysql_fetch_assoc'
         91        SEND_VAR_EX                                              !10
         92        DO_FCALL                                      0  $80     
         93        ASSIGN                                           ~81     !14, $80
         94      > JMPNZ                                                    ~81, ->64
  148    95    >   INIT_FCALL                                               'date'
         96        SEND_VAL                                                 'Y-m-d'
         97        DO_ICALL                                         $82     
         98        ASSIGN                                                   !15, $82
  149    99        INIT_FCALL                                               'sprintf'
        100        SEND_VAL                                                 '%2502d.%2502d.%2504d'
        101        INIT_FCALL                                               'substr'
        102        FETCH_DIM_R                                      ~84     !2, 'dat_ende'
        103        SEND_VAL                                                 ~84
        104        SEND_VAL                                                 8
        105        SEND_VAL                                                 2
        106        DO_ICALL                                         $85     
        107        SEND_VAR                                                 $85
        108        INIT_FCALL                                               'substr'
        109        FETCH_DIM_R                                      ~86     !2, 'dat_ende'
        110        SEND_VAL                                                 ~86
        111        SEND_VAL                                                 5
        112        SEND_VAL                                                 2
        113        DO_ICALL                                         $87     
        114        SEND_VAR                                                 $87
        115        INIT_FCALL                                               'substr'
        116        FETCH_DIM_R                                      ~88     !2, 'dat_ende'
        117        SEND_VAL                                                 ~88
        118        SEND_VAL                                                 0
        119        SEND_VAL                                                 4
        120        DO_ICALL                                         $89     
        121        SEND_VAR                                                 $89
        122        DO_ICALL                                         $90     
        123        ASSIGN                                                   !16, $90
  151   124        FETCH_DIM_R                                      ~92     !2, 'dat_start'
        125        IS_SMALLER_OR_EQUAL                              ~93     ~92, !15
        126      > JMPZ_EX                                          ~93     ~93, ->130
        127    >   FETCH_DIM_R                                      ~94     !2, 'dat_ende'
        128        IS_SMALLER_OR_EQUAL                              ~95     !15, ~94
        129        BOOL                                             ~93     ~95
        130    > > JMPZ                                                     ~93, ->133
  152   131    >   INCLUDE_OR_EVAL                                          '..%2Finc%2F_produkte_tablespezbest.inc.php', INCLUDE
        132      > JMP                                                      ->146
  153   133    >   FETCH_R                      global              ~97     '_SESSION'
        134        FETCH_DIM_R                                      ~98     ~97, 'nach'
        135        IS_EQUAL                                         ~99     ~98, 1
        136      > JMPZ_EX                                          ~99     ~99, ->140
        137    >   FETCH_DIM_R                                      ~100    !2, 'dat_ende'
        138        IS_SMALLER                                       ~101    ~100, !15
        139        BOOL                                             ~99     ~101
        140    > > JMPZ_EX                                          ~99     ~99, ->144
        141    >   FETCH_DIM_R                                      ~102    !2, 'nachliefer'
        142        IS_SMALLER_OR_EQUAL                              ~103    !15, ~102
        143        BOOL                                             ~99     ~103
        144    > > JMPZ                                                     ~99, ->146
  154   145    >   INCLUDE_OR_EVAL                                          '..%2Finc%2F_produkte_tablespezbest.inc.php', INCLUDE
  161   146    >   INIT_FCALL_BY_NAME                                       'mysql_query'
        147        SEND_VAL_EX                                              'SELECT+%2A+FROM+categories_online+WHERE+pos+%3E+0+ORDER+BY+pos'
        148        DO_FCALL                                      0  $105    
        149        ASSIGN                                                   !7, $105
  162   150        ASSIGN                                                   !6, 'dt'
  163   151        INIT_FCALL_BY_NAME                                       'mysql_num_rows'
        152        SEND_VAR_EX                                              !7
        153        DO_FCALL                                      0  $108    
        154        ASSIGN                                                   !17, $108
  164   155        ASSIGN                                                   !18, 1
  166   156      > JMP                                                      ->369
  167   157    >   FETCH_DIM_R                                      ~111    !9, 'id'
        158        ASSIGN                                                   !8, ~111
  169   159        INIT_FCALL_BY_NAME                                       'mysql_query'
  174   160        CONCAT                                           ~113    'SELECT+P.id%2C+P.titel%2C+P.gewicht%2C+P.geschnitten%2C+P.cat_on_nr%2C+P.cat_on_sp%2C+P.einheit_id%2C+P.vk_einheit_id%2C+P.days%2C+M.mass+as+einheit%2C+V.mass+as+vke%2C+C.id+as+cid%2C+C.bez_dt+as+ctitel%0A%09%09%09%09%09%09%09%09++++FROM+products+as+P%0A%09%09%09%09%09%09%09%09++++INNER+JOIN+%28SELECT+id%2C+mass+FROM+misures%29+as+M+ON+M.id+%3D+P.einheit_id%0A%09%09%09%09%09%09%09%09++++INNER+JOIN+%28SELECT+id%2C+mass+FROM+misures%29+as+V+ON+V.id+%3D+P.vk_einheit_id%0A%09%09%09%09%09%09%09%09++++INNER+JOIN+%28SELECT+id%2C+bez_dt%2C+pos+FROM+categories_online%29+as+C+ON+C.id+%3D+P.cat_on_id%09%09%09%09%09%09%09%09%09%09%09%09%09++++%0A%09%09%09%09%09%09%09%09++++WHERE+P.cat_on_id+%3D+', !8
        161        CONCAT                                           ~114    ~113, '+AND+P.aktiv+%3D+1%0A%09%09%09%09%09%09%09%09++++ORDER+BY+C.id%2C+P.cat_on_nr%2C+P.cat_on_sp'
        162        SEND_VAL_EX                                              ~114
        163        DO_FCALL                                      0  $115    
  169   164        ASSIGN                                                   !10, $115
  178   165        FETCH_DIM_R                                      ~117    !9, 'pos'
        166        MOD                                              ~118    ~117, 2
        167        IS_NOT_EQUAL                                             ~118, 0
        168      > JMPZ                                                     ~119, ->207
  179   169    >   ASSIGN                                                   !12, 1
  180   170      > JMP                                                      ->201
  181   171    >   FETCH_DIM_R                                      ~122    !14, 'id'
        172        INIT_ARRAY                                       ~123    ~122, 'id'
        173        FETCH_DIM_R                                      ~124    !14, 'titel'
        174        ADD_ARRAY_ELEMENT                                ~123    ~124, 'titel'
        175        FETCH_DIM_R                                      ~125    !14, 'gewicht'
        176        ADD_ARRAY_ELEMENT                                ~123    ~125, 'gewicht'
        177        FETCH_DIM_R                                      ~126    !14, 'geschnitten'
        178        ADD_ARRAY_ELEMENT                                ~123    ~126, 'geschnitten'
        179        FETCH_DIM_R                                      ~127    !14, 'einheit'
        180        ADD_ARRAY_ELEMENT                                ~123    ~127, 'einheit'
        181        FETCH_DIM_R                                      ~128

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
288.2 ms | 1428 KiB | 24 Q