Update Befehl funzt nicht!

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

  • Update Befehl funzt nicht!

    Hi Leute,
    was stimmt hier an dem Update Synthax nicht? Es wird nichts upgedatet, aber es erscheint auch keine Fehlermeldung. Ich komm nicht drauf. Über jeden Tipp wäre ich supi dankbar.

    Bearbeiten.php
    PHP-Code:
    <?php
    include "config/conn_db.php";
     
     
    $result mysql_query("select * from ww,verant,knecht where 
    ww.id_w='"
    .$_GET ['id_w']."' and 
    abteilung ='Walzwerk' 
    "
    ,$db_link);
     
     
    $frist mysql_result($result,$i,frist );
    $ist mysql_result($result,$i,ist );
    $Bemerkung mysql_result($result,$i,Bemerkung );
    $massnahme mysql_result($result,$i,massnahme );
    $prio mysql_result($result,$i,prio );
    $mass mysql_result($result,$i,mass );
    $quelle mysql_result($result,$i,quelle );
    $eingetragen mysql_result($result,$i,eingetragen);
    $stand mysql_result($result,$i,stand );
    $v_name mysql_result($result,$i,v_name );
    $k_name mysql_result($result,$i,k_name );
    $name mysql_result($result,$i,name );
     
     
     
     
     
    ?>
     
    </div>
    <div id="text">
    <center>

    <form action="change_befehl.php" name="q1" method="post" 
    enctype="multipart/form-data" onSubmit="return validator()">
    <input type="hidden" name="id_w" value="<?php echo $_GET['id_w']?>">

    <table padding="0" border="0" width="auto" vertical-align="top">
    <tr><td align="left" colspan="5"><h1>Qualit&auml;tsbericht anlegen</h1></td></tr>
    <tr><td colspan="4">&nbsp;</td></tr>
    <tr>
    <td valign="top">Bearbeitungsfrist:*</td>
    <td>
    <input type="text" name="frist" size="12" maxlength="12" value='<?php echo $frist ?>' onFocus="getCalendarFor(this)"> <a href="#" onClick="getCalendarFor(document.q1.frist);return false"><b>[Datum wählen]</b></a> 
    </td></tr>
    <tr><td colspan="2"><img src="img/blank.gif" width="*" height="10" border="0" alt=""></td></tr>
    <tr>
    <td valign="top">Priorit&auml;t:*</td>
    <td valign="top">
    <?php 
    if ($prio == 'hoch'
    {
    echo 
    '
    <input type="radio" name="prio" value="hoch" checked >Hoch<br> 
    <input type="radio" name="prio" value="mittel" >Mittel<br>
    <input type="radio" name="prio" value="gering" >Gering<br> '



    else if (
    $prio == 'mittel')
    {
    echo 
    '
    <input type="radio" name="prio" value="hoch" >Hoch<br> 
    <input type="radio" name="prio" value="mittel" checked>Mittel<br>
    <input type="radio" name="prio" value="gering" >Gering<br> '




    else 
    {
    echo 
    '
    <input type="radio" name="prio" value="hoch" >Hoch<br> 
    <input type="radio" name="prio" value="mittel" >Mittel<br>
    <input type="radio" name="prio" value="gering" checked>Gering<br> '



    ?>
    </td>
    </tr>
     
     
    <tr><td colspan="2"><img src="img/blank.gif" height="10" border="0" alt=""></td></tr>
    <td valign="top" width="*">Ist Zustand:*</td>
    <td valign="top"><textarea name="ist" cols="30" rows="4"><?php echo $ist ?></textarea></td>
    </tr>
    <tr><td colspan="2"><img src="img/blank.gif" height="10" border="0" alt=""></td></tr>
    <tr>
    <td valign="top">Ma&szlig;nahme:*</b></td>
    <td valign="top"><textarea name="massnahme" cols="30" rows="4"><?php echo $massnahme?></textarea></td>
    <tr><td colspan="2"><img src="img/blank.gif" height="10" border="0" alt=""></td></tr>
    </tr>
    <tr><td colspan="2"><img src="img/blank.gif" height="10" border="0" alt=""></td></tr>
    <tr>
    <td valign="top">Massnahme erfolgreich?*</td>
    <td valign="top">
    <?php 
    if ($mass == 'yes'
    {
    echo 
    '
    <input type="radio" name="mass" value="yes" checked >Ja<br> 
    <input type="radio" name="mass" value="no" >Nein<br> '



    else 
    {
    echo 
    '
    <input type="radio" name="mass" value="yes" >Ja<br> 
    <input type="radio" name="mass" value="no" checked>Nein<br> '




    ?>
    </tr>
    <tr><td colspan="2"><img src="img/blank.gif" height="10" border="0" alt=""></td></tr>
    <tr>
    <td valign="top">Verantwortlicher:*</td>
    <td valign="top">
    <select name="id_v"> 
    <option value="">W&auml;hlen Sie</option>
    <?php 
    $sql 
    "SELECT id_v,v_name FROM verant";
    $result mysql_query($sql) OR die(mysql_error());
    while(
    $row mysql_fetch_assoc($result)) {
    echo 
    "<option value="$row['id_v'].">
    $row['v_name'] . 
    "</option>";

    ?>
    </select></td>
    </tr>
    <tr><td colspan="2"><img src="img/blank.gif" height="10" border="0" alt=""></td></tr>
    <td valign="top">Ausf&uuml;hrender:*</td>
    <td valign="top">
    <select name="id_k"> 
    <option value="">W&auml;hlen Sie</option>
    <?php 
    $sql 
    "SELECT id_k,k_name FROM knecht";
    $result mysql_query($sql) OR die(mysql_error());
    while(
    $row mysql_fetch_assoc($result)) {
    echo 
    "<option value="$row['id_k'].">
    $row['k_name'] . 
    "</option>";

    ?> 
    </select></td>
    <tr><td colspan="2"><img src="img/blank.gif" height="10" border="0" alt=""></td></tr>
    <tr>
    <td valign="top">Quelle:*</td>
    <td valign="top">
    <select name="quelle" size="1" > 
    <?php 

    if ($quelle == 'A'
    {
    echo 
    '
    <option value ></option> 
    <option value="OHSAS">OHSAS</option> 
    <option value="A" selected>A</option> 
    <option value="P">P</option> 
    <option value="Q">Q</option> 
    <option value="U">U</option> '



    else if (
    $quelle == 'P'
    {
    echo 
    '
    <option value ></option> 
    <option value="OHSAS">OHSAS</option> 
    <option value="A">A</option> 
    <option value="P" selected>P</option> 
    <option value="Q">Q</option> 
    <option value="U">U</option> '


    else if (
    $quelle == 'Q'
    {
    echo 
    '
    <option value ></option> 
    <option value="OHSAS">OHSAS</option> 
    <option value="A">A</option> 
    <option value="P">P</option> 
    <option value="Q" selected>Q</option> 
    <option value="U">U</option> '


    else
    {
    echo 
    '
    <option value ></option> 
    <option value="OHSAS">OHSAS</option> 
    <option value="A">A</option> 
    <option value="P">P</option> 
    <option value="Q">Q</option> 
    <option value="U" selected>U</option> '



    ?>
    </select>
    </td>
    </tr>
    <tr><td colspan="2"><img src="img/blank.gif" height="10" border="0" alt=""></td></tr>
    <tr>
    <td valign="top">Bearbeitungsstand:</b></td>
    <td> <?php 
    if ($stand == 'offen'
    {
    echo 
    '
    <input type="radio" name="stand" value="offen" checked >Offen<br> 
    <input type="radio" name="stand" value="bearbeitung" >In Bearbeitung<br>
    <input type="radio" name="stand" value="erledigt" >Erledigt<br> '



    else if (
    $stand == 'bearbeitung'
    {
    echo 
    '
    <input type="radio" name="stand" value="offen" >Offen<br> 
    <input type="radio" name="stand" value="bearbeitung" checked>In Bearbeitung<br>
    <input type="radio" name="stand" value="erledigt" >Erledigt<br> '




    else 
    {
    echo 
    '
    <input type="radio" name="stand" value="offen" >Offen<br> 
    <input type="radio" name="stand" value="bearbeitung" >In Bearbeitung<br>
    <input type="radio" name="stand" value="erledigt" checked>Erledigt<br> '



    ?></td>
    </tr>
    <tr><td colspan="2"><img src="img/blank.gif" height="10" border="0" alt=""></td></tr>
    <tr>
    <td valign="top">Bemerkung:</b></td>
    <td><textarea name="Bemerkung" cols="25" rows="4"><?php echo $Bemerkung ?></textarea></td>
    </tr>
    <tr><td colspan="2"><img src="img/blank.gif" height="10" border="0" alt=""></td></tr>
    <tr>
    <td valign="top">Eingetragen von :</b></td>
    <td><input name="eingetragen" type="text" size="3" maxlength="5"
    value='<?php echo $eingetragen ?>'>&nbsp;[Namensk&uuml;rzel]</td>
    </tr>
    <tr><td colspan="2"><img src="img/blank.gif" height="10" border="0" alt=""></td></tr>
    <tr>
    <td valign="top">Anhang hochladen:</b>
    <input type="hidden" name="MAX_FILE_SIZE" value="2000000">
    </td><td><?php echo $name ?>
    <input name="userfile" type="file" id="userfile" ></td>
    </tr>
    <tr><td colspan="2"><img src="img/blank.gif" height="10" border="0" alt=""></td></tr>
    <tr><td><img src="img/blank.gif" height="10" border="0" alt=""></td>
    <td colspan="1"><input type="submit" value="&Auml;ndern" name="upload" class="box" id="upload">
    <input type="reset" value="Daten l&ouml;schen" ></td>
    </tr>
    </table>
    </center>
    </form>


    </div>
    </div>

    </div>
    </div>
     
     
     
    </body>
    </html>
    change_befehl.php
    PHP-Code:
    <?php

    include ("config/conn_db.php");
    $id_w =$_POST["id_w"];
    $ist =$_POST["ist"];
    $frist =$_POST["frist"];
    $Bemerkung =$_POST["Bemerkung"];
    $massnahme =$_POST["massnahme"];
    $prio =$_POST["prio"];
    $mass =$_POST["mass"];
    $bcolor =$_POST["bcolor"];
    $quelle =$_POST["quelle"];
    $stand =$_POST["stand"];
    $eingetragen =$_POST["eingetragen"];
    $v_name =$_POST["v_name"];
    $id_v =$_POST["id_v"];
    $k_name =$_POST["k_name"];
    $id_k =$_POST["id_k"];
    $upload =$_POST["upload"];
     
     
    if(isset(
    $_POST['upload']) && $_FILES['userfile']['size'] > 0)
    {
    $fileName $_FILES['userfile']['name'];
    $tmpName $_FILES['userfile']['tmp_name'];
    $fileSize $_FILES['userfile']['size'];
    $fileType $_FILES['userfile']['type'];
    $fp fopen($tmpName'r');
    $content fread($fpfilesize($tmpName));
    $content addslashes($content);
    fclose($fp);
    if(!
    get_magic_quotes_gpc())
    {
    $fileName addslashes($fileName);
    }
    }
     
    $result mysql_query
    ("UPDATE ww,knecht,verant set 
    ist ='"
    .$_POST['ist']."',
    frist ='"
    .$_POST['frist']."',
    Bemerkung ='"
    .$_POST['Bemerkung']."',
    massnahme ='"
    .$_POST['massnahme']."',
    prio ='"
    .$_POST['prio']."',
    mass ='"
    .$_POST['mass']."',
    bcolor ='"
    .$_POST['bcolor']."',
    quelle ='"
    .$_POST['quelle']."',
    stand ='"
    .$_POST['stand']."',
    eingetragen ='"
    .$_POST['eingetragen']."',
    v_name ='"
    .$_POST['v_name']."',
    id_v ='"
    .$_POST['id_v']."',
    k_name ='"
    .$_POST['k_name']."',
    id_k ='"
    .$_POST['id_k']."',
    name ='
    $fileName',
    size ='
    $fileSize',
    type ='
    $fileType',
    content ='
    $content'
     
    WHERE 
    id_w='"
    .$_POST['id_w']."' and
    abteilung='Walzwerk'"
    ,$db_link);
    $row = @mysql_fetch_array($result);
    mysql_close();


    echo
    '<META HTTP-EQUIV=REFRESH CONTENT="2; URL=q_ansehen.php">'?>
    <center>
    <table cellpadding="0" cellspacing="0" border="0">
    <tr><td>
    <b style="color:white;font-size:14px"><br><br>
    Bitte haben Sie einen Moment Geduld...</td></tr>
    </table>
    </center>
    </body>
    </html>

  • #2
    Was ist an folgender Passage nicht verständlich?

    Wenn du Quelltext mitschicken willst, ist das schon einmal sehr löblich. So kann man sich ein gutes Bild davon machen, was du versuchst. Beschränke dich hier allerdings auf relevante Stellen. Dein komplettes Script mitzuschicken wird nur dafür sorgen, dass potentielle Helfer dein Hilfegesuch entnervt betrachten, da keiner Lust und Zeit hat, dir die Arbeit abzunehmen und die Codestelle zu suchen, wo es brennt.
    [FONT="Helvetica"]twitter.com/unset[/FONT]

    Shitstorm Podcast – Wöchentliches Auskotzen

    Kommentar


    • #3
      Und brich um Himmels willen deinen Quellcode um. Hier scrollt man ja kilometerweit nach rechts.

      Peter
      Nukular, das Wort ist N-u-k-u-l-a-r (Homer Simpson)
      Meine Seite

      Kommentar


      • #4
        Ok, also um dem QT bündig zu schreiben:
        Mein Verdachte: da ich ja 3 tabellen benutze und die verknüpfungen nicht wirklich im update befehl berücksichtige??
        die Update Datei:

        [COLOR=#000000][FONT=Courier New][COLOR=#0000cc]<?php[/COLOR][/FONT]

        [FONT=Courier New][COLOR=#006600]include ([/COLOR][COLOR=#cc0000]"config/conn_db.php"[/COLOR][/FONT][FONT=Courier New][COLOR=#006600]);[/COLOR][/FONT]
        [FONT=Courier New][COLOR=#0000cc]$ist [/COLOR][COLOR=#006600]=[/COLOR][COLOR=#0000cc]$_POST[/COLOR][COLOR=#006600][[/COLOR][COLOR=#cc0000]"ist"[/COLOR][/FONT][FONT=Courier New][COLOR=#006600]];[/COLOR][/FONT][/COLOR]
        [COLOR=#000000][FONT=Courier New][COLOR=#006600][COLOR=#0000cc]$id_w [/COLOR][COLOR=#006600]=[/COLOR][COLOR=#0000cc]$_POST[/COLOR][COLOR=#006600][[/COLOR][COLOR=#cc0000]"[COLOR=#0000cc]id_w[/COLOR]"[/COLOR][FONT=Courier New][COLOR=#006600]];[/COLOR][/FONT]

        [/COLOR][/FONT]
        [FONT=Courier New][COLOR=#0000cc]$result [/COLOR][COLOR=#006600]= [/COLOR][/FONT][FONT=Courier New][COLOR=#0000cc]mysql_query[/COLOR][/FONT]
        [FONT=Courier New][COLOR=#006600]([/COLOR][/FONT][FONT=Courier New][COLOR=#cc0000]"UPDATE table1,table2,table3 set [/COLOR][/FONT]
        [FONT=Courier New][COLOR=#cc0000]ist ='"[/COLOR][COLOR=#006600].[/COLOR][COLOR=#0000cc]$_POST[/COLOR][COLOR=#006600][[/COLOR][COLOR=#cc0000]'ist'[/COLOR][COLOR=#006600]].[/COLOR][/FONT][FONT=Courier New][COLOR=#cc0000]"'[/COLOR][/FONT]

        [FONT=Courier New][COLOR=#cc0000]WHERE [/COLOR][/FONT]
        [FONT=Courier New][COLOR=#cc0000]id_w='"[/COLOR][COLOR=#006600].[/COLOR][COLOR=#0000cc]$_POST[/COLOR][COLOR=#006600][[/COLOR][COLOR=#cc0000]'id_w'[/COLOR][COLOR=#006600]].[/COLOR][/FONT][FONT=Courier New][COLOR=#cc0000]"' and[/COLOR][/FONT]
        [FONT=Courier New][COLOR=#cc0000]abteilung='Walzwerk'"[/COLOR][COLOR=#006600],[/COLOR][COLOR=#0000cc]$db_link[/COLOR][/FONT][FONT=Courier New][COLOR=#006600]);[/COLOR][/FONT]
        [FONT=Courier New][COLOR=#0000cc]$row [/COLOR][COLOR=#006600]= @[/COLOR][COLOR=#0000cc]mysql_fetch_array[/COLOR][COLOR=#006600]([/COLOR][COLOR=#0000cc]$result[/COLOR][/FONT][FONT=Courier New][COLOR=#006600]);[/COLOR][/FONT]
        [FONT=Courier New][COLOR=#0000cc]mysql_close[/COLOR][/FONT][FONT=Courier New][COLOR=#006600]();[/COLOR][/FONT]


        [FONT=Courier New][COLOR=#006600]echo[/COLOR][COLOR=#cc0000]'<META HTTP-EQUIV=REFRESH CONTENT="2; URL=ansehen.php">'[/COLOR][COLOR=#006600]; [/COLOR][/FONT][FONT=Courier New][COLOR=#0000cc]?>[/COLOR][/FONT]

        [/COLOR]

        Kommentar


        • #5
          Ok, also um dem QT bündig zu schreiben:
          Mein Verdachte: da ich ja 3 tabellen benutze und die verknüpfungen nicht wirklich im update befehl berücksichtige??
          die Update Datei:

          [COLOR=#000000][FONT=Courier New][COLOR=#0000cc]<?php[/COLOR][/FONT]

          [FONT=Courier New][COLOR=#006600]include ([/COLOR][COLOR=#cc0000]"config/conn_db.php"[/COLOR][/FONT][FONT=Courier New][COLOR=#006600]);[/COLOR][/FONT]
          [FONT=Courier New][COLOR=#0000cc]$ist [/COLOR][COLOR=#006600]=[/COLOR][COLOR=#0000cc]$_POST[/COLOR][COLOR=#006600][[/COLOR][COLOR=#cc0000]"ist"[/COLOR][/FONT][FONT=Courier New][COLOR=#006600]];[/COLOR][/FONT][/COLOR]
          [COLOR=#000000][FONT=Courier New][COLOR=#006600][COLOR=#0000cc]$id_w [/COLOR][COLOR=#006600]=[/COLOR][COLOR=#0000cc]$_POST[/COLOR][COLOR=#006600][[/COLOR][COLOR=#cc0000]"[COLOR=#0000cc]id_w[/COLOR]"[/COLOR][FONT=Courier New][COLOR=#006600]];[/COLOR][/FONT]

          [/COLOR][/FONT]
          [FONT=Courier New][COLOR=#0000cc]$result [/COLOR][COLOR=#006600]= [/COLOR][/FONT][FONT=Courier New][COLOR=#0000cc]mysql_query[/COLOR][/FONT]
          [FONT=Courier New][COLOR=#006600]([/COLOR][/FONT][FONT=Courier New][COLOR=#cc0000]"UPDATE table1,table2,table3 set [/COLOR][/FONT]
          [FONT=Courier New][COLOR=#cc0000]ist ='"[/COLOR][COLOR=#006600].[/COLOR][COLOR=#0000cc]$_POST[/COLOR][COLOR=#006600][[/COLOR][COLOR=#cc0000]'ist'[/COLOR][COLOR=#006600]].[/COLOR][/FONT][FONT=Courier New][COLOR=#cc0000]"'[/COLOR][/FONT]

          [FONT=Courier New][COLOR=#cc0000]WHERE [/COLOR][/FONT]
          [FONT=Courier New][COLOR=#cc0000]id_w='"[/COLOR][COLOR=#006600].[/COLOR][COLOR=#0000cc]$_POST[/COLOR][COLOR=#006600][[/COLOR][COLOR=#cc0000]'id_w'[/COLOR][COLOR=#006600]].[/COLOR][/FONT][FONT=Courier New][COLOR=#cc0000]"' and[/COLOR][/FONT]
          [FONT=Courier New][COLOR=#cc0000]abteilung='Walzwerk'"[/COLOR][COLOR=#006600],[/COLOR][COLOR=#0000cc]$db_link[/COLOR][/FONT][FONT=Courier New][COLOR=#006600]);[/COLOR][/FONT]
          [FONT=Courier New][COLOR=#0000cc]$row [/COLOR][COLOR=#006600]= @[/COLOR][COLOR=#0000cc]mysql_fetch_array[/COLOR][COLOR=#006600]([/COLOR][COLOR=#0000cc]$result[/COLOR][/FONT][FONT=Courier New][COLOR=#006600]);[/COLOR][/FONT]
          [FONT=Courier New][COLOR=#0000cc]mysql_close[/COLOR][/FONT][FONT=Courier New][COLOR=#006600]();[/COLOR][/FONT]


          [FONT=Courier New][COLOR=#006600]echo[/COLOR][COLOR=#cc0000]'<META HTTP-EQUIV=REFRESH CONTENT="2; URL=ansehen.php">'[/COLOR][COLOR=#006600]; [/COLOR][/FONT][FONT=Courier New][COLOR=#0000cc]?>[/COLOR][/FONT][/COLOR]

          Kommentar


          • #6
            Bitte lern die Grundlagen. Du machst im Prinzip alles falsch, was man falsch machen kann. Und auf jedes Problem einzeln einzugehen würde vermutlich mehrere Tage oder Wochen erfordern.

            Kommentar


            • #7
              pack mal ein or die(mysql_error()) hinter mysql_query. Dann bekommst du eine schöne Fehlermeldung zu Gesicht.

              Peter
              Nukular, das Wort ist N-u-k-u-l-a-r (Homer Simpson)
              Meine Seite

              Kommentar


              • #8
                Zitat von h3ll Beitrag anzeigen
                Bitte lern die Grundlagen. Du machst im Prinzip alles falsch, was man falsch machen kann. Und auf jedes Problem einzeln einzugehen würde vermutlich mehrere Tage oder Wochen erfordern.
                ich finds echt krass, dass du so abgehst. ich hab meinen quelltext im Ganzen und gekürzt gepostet mit Vermutung wo das Problem liegen kann und du erzählst mir ich mach alles falsch?! ich brauch Hilfe/Tipps und keine demotivierende Sprüche!!

                Kommentar


                • #9
                  Zitat von tinasharma18hh Beitrag anzeigen
                  ich finds echt krass, dass du so abgehst. ich hab meinen quelltext im Ganzen und gekürzt gepostet mit Vermutung wo das Problem liegen kann und du erzählst mir ich mach alles falsch?! ich brauch Hilfe/Tipps und keine demotivierende Sprüche!!
                  Na gut, für den Anfang ein paar konstruktive Hinweise:

                  Du verwendest POST-Werte direkt in einem SQL-Query, was aber zu SQL-Injections führen kann. Du solltest Werte in SQL-Queries immer escapen oder casten.

                  Du unterdrückst Fehlermeldungen mit @. Warum machst du das?

                  mysql_fetch_array() ist bei einem Update-Query unnötig und falsch. Welche Werte willst du da auslesen?

                  mysql_close() ist unnötig, weil PHP sowieso die Datenbankverbindungen am Script-Ende schließt.

                  SELECT * sollte man nicht verwenden, sondern man sollte genau die Spalten selektieren, die man haben möchte (auch wenns alle sind).

                  Du solltest dich mal über JOINs informieren. Das Kreuzprodukt in deiner Select-Abfrage sieht irgendwie nicht gewollt aus.

                  mysql_result() kannst du dir sparen, wenn du alle Werte in ein Array oder ein Objekt schreibst. Was zur nächsten Sache führt: Es macht keinen Sinn zig Variablen für einzelne Werte zu erstellen. Fasse die Werte, die zusammen gehören, in eine Variable.

                  Du hältst dich nicht an das EVA-Prinzip. Datenbankabfragen haben inmitten von HTML-Code nichts zu suchen. Erst die Eingabe, dann die Verarbeitung (zB. mit der Datenbank) und erst ganz zum Schluss, wenn alles vollendet ist, den HTML-Code ausgeben.

                  Du missbrauchst HTML-Tabellen fürs Layout. Nicht HTML ist fürs Aussehen der Webseite zuständig, sondern CSS. HTML dient nur zur Strukturierung des Contents.

                  <center> ist veraltet und sollte nicht mehr verwendet werden.

                  <meta> Tags gehören in den HTML-Header und nicht in den Body.


                  Das sind aber alles Grundlagen, die du lernen müsstest, bevor du anfängst produktiv zu programmieren.
                  Zuletzt geändert von h3ll; 09.04.2010, 11:31.

                  Kommentar


                  • #10
                    Zitat von tinasharma18hh Beitrag anzeigen
                    ich finds echt krass, dass du so abgehst. ich hab meinen quelltext im Ganzen und gekürzt gepostet mit Vermutung wo das Problem liegen kann und du erzählst mir ich mach alles falsch?! ich brauch Hilfe/Tipps und keine demotivierende Sprüche!!
                    Und ich finde es krass, dass du offensichtlich immer noch nicht Regeln gelesen und deinen Post angepasst hast!

                    Mal ganz abgesehen davon, dass du doch offensichtlich schon geschnallt hast, dass wir hier Code-Tags haben und du im zweiten Post unsäglichen Blödsinn raushaust. Was wir hier brauchen sind Leute, die sich an Regeln halten können, und keine Idioten die Glauben Ihre Probleme seien die wichtigsten der Welt.

                    Sobald du dich an die Regeln hälst, sind hier alle Leute mit Freuden bereit dir zu helfen!
                    [FONT="Helvetica"]twitter.com/unset[/FONT]

                    Shitstorm Podcast – Wöchentliches Auskotzen

                    Kommentar

                    Lädt...
                    X