[PHP5] HILFE!!! Findet jemand den Fehler???

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

  • [PHP5] HILFE!!! Findet jemand den Fehler???

    Kann mir jemand helfen??? ich finde den Fehler nicht:


    Quelltext:

    PHP-Code:
    <?php
    $tablename
    ="javaxbluetooth";
    $sql="SELECT name, email, city, country, date FROM $tablename
    WHERE check=1 ORDER BY name DESC "
    ;
    $link mysql_connect("localhost""wickedazz""delphin");
    mysql_select_db("wickedazz"$link);
    $result mysql_query($sql$link);
    for(
    $i=0;$i<mysql_num_rows($result);$i++)
    {
    $res[$i]=mysql_fetch_array($result);
    }
    ?>
    <html>
    <head>
    <meta http-equiv="expires" content="0">
    <meta http-equiv="cache-control" content="no-cache">
    <title>javax.bluetooth - collection of signatures</title>
    </head>
    <body>
    <h1>Collection of signatures for javax.bluetooth - API</h1>
    <br>
    <a href="new_entry.php">Please sign in!</a> and <a href="tell.php">
    tell all K700-owners you know!</a><br><br>
    <?php
    $count
    =count($res);
    echo 
    "<p>Up to now " .$count" persons signed to request SonyEricsson
    to incorporate the javax.bluetooth - API into the next firmware for the
    K700-handset."
    ;
    echo 
    "<br>Please be next!</p>";
    echo 
    "<table style=padding:0px width=555>";
    for(
    $i=0;$i<count($res);$i++)
    {
    echo 
    "<tr><td width=30px> ".$i.". </td><td width=175><a
    href=mailto:" 
    .$res[$i][email]. ">" .$res[$i][name]. "</a></td>
    <td width=175> "
    .$res[$i][city]." </td><td width=175> ".$res[$i][country]." </td></tr>";
    }
    echo 
    "</table>";
    ?>
    <br><br><a href="new_entry.php">Please sign in!</a> and <a
    href="tell.php">tell all K700-owners you know!</a>
    </body> </html>

    wenn ich die entsprechende Seite aufrufe bekomme ich folgende Fehlermeldung:


    Warning: mysql_num_rows(): supplied argument is not a valid MySQL
    result resource in /usr/export/www/vhosts/funnetwork/hosting/wickedazz/
    collection_of_signatures/entry_list.php on line 7
    Zuletzt geändert von TobiaZ; 17.02.2005, 21:14.

  • #2
    1. Hallo
    2. PHP Tags benutzen
    und drittens siehe unten, dann weisst du wo dein problem liegt
    PHP-Code:
    $result mysql_query($sql$link) or die(mysql_error()); 
    Gruß
    Für Rechtschreibfehler übernehme ich keine Haftung!

    Kommentar


    • #3
      kk danke ging aber schnell...

      sorry dass ich die php tags nicht benutzt hab.....

      bin neu hier und hab das grad nicht so gerafft...

      EDIT:
      du meinst anstatt
      PHP-Code:
      $result mysql_query($sql$link); 
      ?

      Kommentar


      • #4
        Original geschrieben von wickedazz
        bin neu hier und hab das grad nicht so gerafft...
        das ändert aber nichts an der tatsache, dass du selbige noch einfügen darfst! und achte auch auf die umbrüche!
        INFO: Erst suchen, dann posten![color=red] | [/color]MANUAL(s): PHP | MySQL | HTML/JS/CSS[color=red] | [/color]NICE: GNOME Do | TESTS: Gästebuch[color=red] | [/color]IM: Jabber.org |


        Kommentar


        • #5
          Original geschrieben von wickedazz
          du meinst anstatt
          ja. meint er.
          INFO: Erst suchen, dann posten![color=red] | [/color]MANUAL(s): PHP | MySQL | HTML/JS/CSS[color=red] | [/color]NICE: GNOME Do | TESTS: Gästebuch[color=red] | [/color]IM: Jabber.org |


          Kommentar


          • #6
            kk danke... ich probiers mal... Sorry nochmal...

            Kommentar


            • #7
              und vergiss die php-tags in deinem ersten post nicht!
              INFO: Erst suchen, dann posten![color=red] | [/color]MANUAL(s): PHP | MySQL | HTML/JS/CSS[color=red] | [/color]NICE: GNOME Do | TESTS: Gästebuch[color=red] | [/color]IM: Jabber.org |


              Kommentar


              • #8
                tja nun bekomme ich folgenden fehler:


                You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'check=1 ORDER BY name DESC' at line 1

                Kommentar


                • #9
                  und was hat dir
                  PHP-Code:
                  echo $sql
                  während des bereits gemachten debuggens gesagt?

                  und mache mal endlich die php tags rein!
                  INFO: Erst suchen, dann posten![color=red] | [/color]MANUAL(s): PHP | MySQL | HTML/JS/CSS[color=red] | [/color]NICE: GNOME Do | TESTS: Gästebuch[color=red] | [/color]IM: Jabber.org |


                  Kommentar


                  • #10
                    ihr werdet mich gleich köpfen...... sorry mit den Umbrüchen...

                    aber das mit dem echo $sql versteh ich nicht...

                    soll ich das irgendwo einfügen???
                    Zuletzt geändert von wickedazz; 17.02.2005, 20:59.

                    Kommentar


                    • #11
                      machs doch einfach und, wenn du nicht drauf kommst dann schreibste hier rein, was bei der Ausgabe raus kommt.

                      EDIT:

                      ganz genau, am besten gleich nachdem $sql definiert wird

                      Für Rechtschreibfehler übernehme ich keine Haftung!

                      Kommentar


                      • #12
                        Und bitte den Code umbrechen! Bitte führe dir http://www.php-resource.de/forum/sho...threadid=50454 zu gemüte.

                        Kommentar


                        • #13
                          sooo.... is umgebrochen......

                          wies mit dem echo sql; aussieht sag ich euch gleich

                          Kommentar


                          • #14
                            bitte überall umbrechen. der grund (die horizontale scrollleiste bei standardauflösung) ist nämlich immernoch da.

                            Kommentar


                            • #15
                              also bei mir nicht... (1024x768)

                              Kommentar

                              Lädt...
                              X