kostenloser Webspace werbefrei: lima-city


HILFEEEEEEEEE!!!!

lima-cityForumProgrammiersprachenPHP, MySQL & .htaccess

  1. Autor dieses Themas

    mcbluntslide

    mcbluntslide hat kostenlosen Webspace.

    Moin moin...

    ich hab ein kleines Prob mit meiner PHP... die soll daten in eine Tabelle (mods_ts) schreiben..., hier der aufbau:
    ID_M_T
    ID_R
    ID_K
    ID_P
    1
    ...
    138


    und hier ist die SQL:
    $sql = "INSERT INTO `mod_ts` ( `ID_M_T` , `ID_R` , `ID_K` , `ID_P` , `1` , `2`, `3` , `4` , `5` , `6` , `7` , `8` , `9` , `10` , `11` , `12` , `13` , `14` ,`15` , `16` , `17` , `18` , `19` , `20` , `21` , `22` , `23` , `24` , `25` ,
    `26` , `27` , `28` , `29` , `30` , `31` , `32` , `33` , `34` , `35` , `36` ,
    `37` , `38` , `39` , `40` , `41` , `42` , `43` , `44` , `45` , `46` , `47` ,`48` , `49` , `50` , `51` , `52` , `53` , `54` , `55` , `56` , `57` , `58` ,`59` , `60` , `61` , `62` , `63` , `64` , `65` , `66` , `67` , `68` , `69` ,
    `70` , `71` , `72` , `73` , `74` , `75` , `76` , `77` , `78` , `79` , `80` ,
    `81` , `82` , `83` , `84` , `85` , `86` , `87` , `88` , `89` , `90` , `91` ,
    `92` , `93` , `94` , `95` , `96` , `97` , `98` , `99` , `100` , `101` , `102` ,`103` , `104` , `105` , `106` , `107` , `108` , `109` , `110` , `111` , `112` ,`113` , `114` , `115` , `116` , `117` , `118` , `119` , `120` , `121` , `122` ,
    `123` , `124` , `125` , `126` , `127` , `128` , `129` , `130` , `131` , `132` ,`133` , `134` , `135` , `136` , `137` , `138` ) VALUES ('', '$rasse',
    '$kultur', '$prof', '$t1', '$t2', '$t3', '$t4', '$t5', '$t6', '$t7', '$t8','$t9', '$t10', '$t11', '$t12', '$t13', '$t14', '$t15', '$t16', '$t17', '$t18','$t19', '$t20', '$t21', '$t22', '$t23', '$t24', '$t25', '$t26', '$t27', '$t28','$t29', '$t30', '$t31', '$t32', '$t33', '$t34', '$t35', '$t36', '$t37', '$t38','$t39', '$t40', '$t41', '$t42', '$t43', '$t44', '$t45', '$t46', '$t47', '$t48','$t49', '$t50', '$t51', '$t52', '$t53', '$t54', '$t55', '$t56', '$t57', '$t58','$t59', '$t60', '$t61', '$t62', '$t63', '$t64', '$t65', '$t66', '$t67', '$t68','$t69', '$t70', '$t71', '$t72', '$t73', '$t74', '$t75', '$t76', '$t77', '$t78','$t79', '$t80', '$t81', '$t82', '$t83', '$t84', '$t85', '$t86', '$t87', '$t88','$t89', '$t90', '$t91', '$t92', '$t93', '$t94', '$t95', '$t96', '$t97', '$t98','$t99', '$t100', '$t101', '$t102', '$t103', '$t104', '$t105', '$t106', '$t107','$t108', '$t109', '$t110', '$t111', '$t112', '$t113', '$t114', '$t115','$t116', '$t117', '$t118', '$t119', '$t120', '$t121', '$t122', '$t123','$t124', '$t125', '$t126', '$t127', '$t128', '$t129', '$t130', '$t131','$t132', '$t133', '$t134', '$t135', '$t136', '$t137', '$t138')";
    
    mysql_query($sql, $dbconn) or die(mysql_error());
    echo "Daten erfolgreich geschrieben!<br><br>";



    Kann mir wer helfen? o,o


    MfG...

    McBluntslide



    Beitrag ge?ndert am 21.11 16:13 von mcbluntslide
  2. Diskutiere mit und stelle Fragen: Jetzt kostenlos anmelden!

    lima-city: Gratis werbefreier Webspace für deine eigene Homepage

  3. c******n

    <?
    mysql_connect("host","user","pw");
    mysql_db_connect("db");
    $sql = "INSERT INTO `mod_ts` ( `ID_M_T` , `ID_R` , `ID_K` , `ID_P` , `1` , `2`, `3` , `4` , `5` , `6` , `7` , `8` , `9` , `10` , `11` , `12` , `13` , `14` ,`15` , `16` , `17` , `18` , `19` , `20` , `21` , `22` , `23` , `24` , `25` ,

    `26` , `27` , `28` , `29` , `30` , `31` , `32` , `33` , `34` , `35` , `36` ,

    `37` , `38` , `39` , `40` , `41` , `42` , `43` , `44` , `45` , `46` , `47` ,`48` , `49` , `50` , `51` , `52` , `53` , `54` , `55` , `56` , `57` , `58` ,`59` , `60` , `61` , `62` , `63` , `64` , `65` , `66` , `67` , `68` , `69` ,

    `70` , `71` , `72` , `73` , `74` , `75` , `76` , `77` , `78` , `79` , `80` ,

    `81` , `82` , `83` , `84` , `85` , `86` , `87` , `88` , `89` , `90` , `91` ,

    `92` , `93` , `94` , `95` , `96` , `97` , `98` , `99` , `100` , `101` , `102` ,`103` , `104` , `105` , `106` , `107` , `108` , `109` , `110` , `111` , `112` ,`113` , `114` , `115` , `116` , `117` , `118` , `119` , `120` , `121` , `122` ,

    `123` , `124` , `125` , `126` , `127` , `128` , `129` , `130` , `131` , `132` ,`133` , `134` , `135` , `136` , `137` , `138` ) VALUES ('', '$rasse',

    '$kultur', '$prof', '$t1', '$t2', '$t3', '$t4', '$t5', '$t6', '$t7', '$t8','$t9', '$t10', '$t11', '$t12', '$t13', '$t14', '$t15', '$t16', '$t17', '$t18','$t19', '$t20', '$t21', '$t22', '$t23', '$t24', '$t25', '$t26', '$t27', '$t28','$t29', '$t30', '$t31', '$t32', '$t33', '$t34', '$t35', '$t36', '$t37', '$t38','$t39', '$t40', '$t41', '$t42', '$t43', '$t44', '$t45', '$t46', '$t47', '$t48','$t49', '$t50', '$t51', '$t52', '$t53', '$t54', '$t55', '$t56', '$t57', '$t58','$t59', '$t60', '$t61', '$t62', '$t63', '$t64', '$t65', '$t66', '$t67', '$t68','$t69', '$t70', '$t71', '$t72', '$t73', '$t74', '$t75', '$t76', '$t77', '$t78','$t79', '$t80', '$t81', '$t82', '$t83', '$t84', '$t85', '$t86', '$t87', '$t88','$t89', '$t90', '$t91', '$t92', '$t93', '$t94', '$t95', '$t96', '$t97', '$t98','$t99', '$t100', '$t101', '$t102', '$t103', '$t104', '$t105', '$t106', '$t107','$t108', '$t109', '$t110', '$t111', '$t112', '$t113', '$t114', '$t115','$t116', '$t117', '$t118', '$t119', '$t120', '$t121', '$t122', '$t123','$t124', '$t125', '$t126', '$t127', '$t128', '$t129', '$t130', '$t131','$t132', '$t133', '$t134', '$t135', '$t136', '$t137', '$t138')";



    mysql_query($sql) or die(mysql_error());

    echo "Daten erfolgreich geschrieben!&lt;br&gt;&lt;br&gt;";
    ?>

    du hast nicht connectet.

    Beim n?chsten mal bitte Posten, was mysql_error() ausgibt.

    chefchen
  4. Autor dieses Themas

    mcbluntslide

    mcbluntslide hat kostenlosen Webspace.

    mysql_error() gibt gar nichts aus, da er schon verbunden ist und die daten auch reinschreibt, nur z.b. $t25 in `3`... und das versteh ich net...
  5. c******n

    Nimm mal meinen Script. Ich habe auch noch was anderes ver?ndert :wink:

    Wenn es dann nicht geht, mach mal nicht in or die das mysql_error() sondern normal also:

    [...]
    mysql_error();
    [...]

    chefchen
  6. Autor dieses Themas

    mcbluntslide

    mcbluntslide hat kostenlosen Webspace.

    ich habs gefunden...

    die spalten d?rfen net mit ner Zahl anfangen... dewegen hat er alles durcheinnander gebracht... das hei?t jetzt nochmal 2,5 woche nacharbeiten...

    naja, egal...

    Thema fertig, bitte schlie?en!
  7. Diskutiere mit und stelle Fragen: Jetzt kostenlos anmelden!

    lima-city: Gratis werbefreier Webspace für deine eigene Homepage

Dir gefällt dieses Thema?

Über lima-city

Login zum Webhosting ohne Werbung!