SQL Abfrage in csv schreiben

Einklappen
X
 
  • Filter
  • Zeit
  • Anzeigen
Alles löschen
neue Beiträge

  • SQL Abfrage in csv schreiben

    Hallo zusammen,

    ich hab folgende SQL Abfrage und diese möchte ich jetzt in eine csv schreiben. Hab sowas leider noch nie gemacht daher hoffe ich mir kann hier jemand helfen.
    Danke schonmal vorab.

    PHP-Code:
    while ($row_her2 mysql_fetch_row($result_her2)) {
        echo 
    "<tr style=font-size:10px>";
        echo 
    "<td style='border:1px solid #000000'>$row_her2[0]</td>"/* Artikelnummer */
        
    echo "<td style='border:1px solid #000000'>$row_her2[1]</td>"/*  EAN */
        
    echo "<td style='border:1px solid #000000'>$row_her2[9]</td>"/* Kategorie 1 */
        
    echo "<td style='border:1px solid #000000'>$row_her2[10]</td>"/* Kategorie 2 */
        
    echo "<td style='border:1px solid #000000'>$row_her2[11]</td>"/* Kategorie 3 */
        
    echo "<td style='border:1px solid #000000'>$row_her2[12]</td>"/* Kategorie 4 */
        
    echo "<td style='border:1px solid #000000'>$row_her2[13]</td>"/* Kategorie 5 */
        
    echo "<td style='border:1px solid #000000'>$row_her2[2]</td>"/* Bezeichnung  */
        
    echo "<td style='border:1px solid #000000'><ul><strong>";  /*  Beschreibung */
        
    if ("$row_her2[9]!= "") { echo "<li>$row_her2[9]</li>"; } /* Kategorie 1 */
        
    if ("$row_her2[10]!= "") { echo "<li>$row_her2[10]</li>"; } /* Kategorie 2 */
        
    if ("$row_her2[11]!= "") { echo "<li>$row_her2[11]</li>"; } /* Kategorie 3 */
        
    if ("$row_her2[12]!= "") { echo "<li>$row_her2[12]</li>"; } /* Kategorie 4 */
        
    if ("$row_her2[13]!= " ") { echo "<li>$row_her2[13]</li>"; } /* Kategorie 5 */
        
    echo "</strong></ul><br>";
        if (
    "$row_her2[14]!= " " AND "$row_her2[14]!= "") { echo "<strong>Designer: </strong>$row_her2[14]<br>"; } /* Text 1 - Designer  */
        
    if ("$row_her2[15]!= " " AND "$row_her2[15]!= "") { echo "<strong>Farbe: </strong>$row_her2[15]<br>"; } /* Text 1 - Farbe  */
        
    if ("$row_her2[16]!= " " AND "$row_her2[16]!= "") { echo "<strong>Glas: </strong>$row_her2[16]<br>"; } /* Text 1 - Glas  */
        
    if ("$row_her2[17]!= " " AND "$row_her2[17]!= "") { echo "<strong>Beschichtung: </strong>$row_her2[17]<br>"; } /* Text 1 - Beschichtung  */
        
    if ("$row_her2[18]!= " " AND "$row_her2[18]!= "") { echo "<strong>Radius: </strong>$row_her2[18]<br>"; } /* Text 1 - Radius  */
        
    if ("$row_her2[19]!= " " AND "$row_her2[19]!= "") { echo "<strong>Masse: </strong>$row_her2[19]<br>"; } /* Text 1 - Masse  */
        
    if ("$row_her2[20]!= " " AND "$row_her2[20]!= "") { echo "<strong>Einbaumasse: </strong>$row_her2[20]<br>"; } /* Text 1 - Einbaumasse  */
        
    if ("$row_her2[21]!= " " AND "$row_her2[21]!= "") { echo "<strong>Höhe: </strong>$row_her2[21]<br>"; } /* Text 1 - Höhe  */
        
    if ("$row_her2[22]!= " " AND "$row_her2[22]!= "") { echo "<strong>Türöffnung: </strong>$row_her2[22]<br>"; } /* Text 1 - Türöffnung  */
        
    if ("$row_her2[23]!= " " AND "$row_her2[23]!= "") { echo "<strong>Garantie: </strong>$row_her2[23]<br>"; } /* Text 1 - Garantie  */
        
    if ("$row_her2[24]!= " " AND "$row_her2[24]!= "") { echo "<strong>Reinigungshinweis: </strong>$row_her2[24]<br>"; } /* Text 1 - Reinigungshinweis  */
        
    if ("$row_her2[25]!= " " AND "$row_her2[25]!= "") { echo "<strong>Inhalt: </strong>$row_her2[25]<br>"; } /* Text 1 - Inhalt  */
        
    if ("$row_her2[26]!= " " AND "$row_her2[26]!= "") { echo "<strong>Allgemeine Informationen: </strong>$row_her2[26]<br>"; } /* Text 1 - Allgemeine Informationen  */
        
    if ("$row_her2[27]!= " " AND "$row_her2[27]!= "") { echo "<strong>Glasart: </strong>$row_her2[27]<br>"; } /* Text 1 - Glasart  */
        
    if ("$row_her2[28]!= " " AND "$row_her2[28]!= "") { echo "<strong>Material: </strong>$row_her2[28]<br>"; } /* Text 1 - Material  */
        
    if ("$row_her2[29]!= " " AND "$row_her2[29]!= "") { echo "<strong>Modell: </strong>$row_her2[29]<br>"; } /* Text 1 - MOdell  */
        
    if ("$row_her2[30]!= " " AND "$row_her2[30]!= "") { echo "<strong>Front: </strong>$row_her2[30]<br>"; } /* Text 1 - Front  */
        
    if ("$row_her2[31]!= " " AND "$row_her2[31]!= "") { echo "<strong>Korpus: </strong>$row_her2[31]<br>"; } /* Text 1 - Korpus  */
        
    if ("$row_her2[32]!= " " AND "$row_her2[32]!= "") { echo "<strong>Oberfläche: </strong>$row_her2[32]<br>"; }
        if (
    "$row_her2[33]!= " " AND "$row_her2[33]!= "") { echo "<strong>Form: </strong>$row_her2[33]<br>"; }
        if (
    "$row_her2[34]!= " " AND "$row_her2[34]!= "") { echo "<strong>Variante: </strong>$row_her2[34]<br>"; }
        if (
    "$row_her2[35]!= " " AND "$row_her2[35]!= "") { echo "<strong>Ausführung: </strong>$row_her2[35]<br>"; }
        echo 
    "<br>";
        if (
    "$row_her2[4]!= " " AND "$row_her2[4]!= "") { echo "$row_her2[4]"; } /* Beschreibung */
        
    if ("$row_her2[36]!= " " AND "$row_her2[36]!= "") { echo "$row_her2[36]"; } /* HTML */
        
    echo "</td>";
        echo 
    "<td style='border:1px solid #000000'>$row_her2[5]</td>"/* VK  */
        
    echo "<td style='border:1px solid #000000'>$row_her2[6]</td>"/* EK  */
        
    echo "<td style='border:1px solid #000000'>$row_her2[7]</td>"/* UVP  */
        
    echo "<td style='border:1px solid #000000'>$row_her2[42]</td>"/* Bild 1 */
        
    echo "<td style='border:1px solid #000000'>$row_her2[43]</td>"/* Bild 2 */
        
    echo "<td style='border:1px solid #000000'>$row_her2[44]</td>"/* Bild 3 */
        
    }
        echo 
    "</table>"

  • #2
    PHP: fputcsv - Manual

    Kommentar

    Lädt...
    X