<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <br>
    <blockquote cite="mid:5613FCD5.8060901@arcor.de" type="cite">
      <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
      Hi Zusammen,<br>
      <br>
      kann mir vielleicht jemand helfen?<br>
      <br>
      Liebe Grüße<br>
      Sascha<br>
      <br>
      <div class="moz-cite-prefix">Am 04.10.2015 um 08:55 schrieb Sascha
        Koszowyj:<br>
      </div>
      <blockquote cite="mid:5610CD47.3070507@googlemail.com" type="cite">
        <meta content="text/html; charset=utf-8"
          http-equiv="Content-Type">
        <br>
        <blockquote cite="mid:5610CAD7.10005@arcor.de" type="cite">
          <meta content="text/html; charset=utf-8"
            http-equiv="Content-Type">
          Hi Jan,<br>
          <br>
          <u>Zur Variante SQL:</u><br>
          ja, habe es auch schon ohne Port 80 Probiert.....<br>
          <br>
          Mein Test:<br>
              $link = mysql_connect('192.168.0.31', 'Sascha', 'xxxx');<br>
              if (!$link) {<br>
                  die('Verbindung schlug fehl: ' . mysql_error());<br>
              }<br>
              echo 'Erfolgreich verbunden';<br>
              mysql_close($link);<br>
          <br>
          Meldung: Verbindung schlug fehl: Lost connection to MySQL
          server at 'reading initial communication packet', system
          error: 111<br>
          <br>
          <u>Zur Variante middleware.php</u><br>
            <br>
          Ich finde kein Script, welches z.B. mit den aktuellen
          Zählerstand in eine var abspeichert... <br>
          Dort könnte ich mir dann die benötigten Informationen raus
          schneiden.<br>
          <br>
          Ich bekomme es nur hin, den kompletten Return Wert des Json in
          einen TEXT mit der ID "XYZ" zu schrieben, aber nicht in eine
          Variable...<br>
          <br>
          Im Java Teil :                        $('#Infofeld401').load(<a
            moz-do-not-send="true" class="moz-txt-link-rfc2396E"
href="http://192.168.0.31/middleware.php/data/eab32320-521a-11e5-a15f-fd9ac3270c21.json?from=now"><a class="moz-txt-link-rfc2396E" href="http://192.168.0.31/middleware.php/data/eab32320-521a-11e5-a15f-fd9ac3270c21.json?from=now">"http://192.168.0.31/middleware.php/data/eab32320-521a-11e5-a15f-fd9ac3270c21.json?from=now"</a></a>);




          <br>
          Im HTML Teil:                      <p
          id="Infofeld401">xxxx</p><br>
          <br>
          xxxx wird dann mit dem RETURN aus json überschieben....<br>
          <br>
          Aber ich möchte den Wert (notfalls auch den kompletten Json
          RETUN) in einer Variablen haben.... Nur mit welchen Befehl
          geht dass?<br>
          <br>
          Habe versucht:<br>
          var Zaehler1 = $GET(<a moz-do-not-send="true"
            class="moz-txt-link-rfc2396E"
href="http://192.168.0.31/middleware.php/data/eab32320-521a-11e5-a15f-fd9ac3270c21.json?from=now">"http://192.168.0.31/middleware.php/data/eab32320-521a-11e5-a15f-fd9ac3270c21.json?from=now"</a>);




          <br>
          <br>
          ... Leider ohne Erfolg...<br>
          <br>
          Hast Du eine Idee?<br>
          <br>
          LG<br>
          Sascha<br>
          <br>
          <br>
          <br>
          <div class="moz-cite-prefix">Am 03.10.2015 um 21:39 schrieb
            Jan Goe:<br>
          </div>
          <blockquote
cite="mid:CAJ3J6LV=gjTKJGK8AMFBa07bL+d0y5iKzPr1Kts+-33VzshmGw@mail.gmail.com"
            type="cite">
            <div dir="ltr">und wäre gut wenn du den kompletten php
              script postest, sonst kann man dir so gut wie nicht helfen
              :-(
              <div><br>
              </div>
              <div>gruß</div>
              <div>jan</div>
            </div>
            <div class="gmail_extra"><br>
              <div class="gmail_quote">Am 3. Oktober 2015 um 21:36
                schrieb Martin Heinze <span dir="ltr"><<a
                    moz-do-not-send="true"
                    class="moz-txt-link-abbreviated"
                    href="mailto:heinze.martin@gmail.com"><a class="moz-txt-link-abbreviated" href="mailto:heinze.martin@gmail.com">heinze.martin@gmail.com</a></a>></span>:<br>
                <blockquote class="gmail_quote" style="margin:0 0 0
                  .8ex;border-left:1px #ccc solid;padding-left:1ex">
                  <div dir="auto">
                    <div>Ja genau ...</div>
                    <div><br>
                    </div>
                    <div>Siehe Hinweis von Andreas - lass mal das ":80"
                      beim PHP-Aufruf weg - dann sollte es gehen.<br>
                      <div><span
                          style="background-color:rgba(255,255,255,0)"><br>
                        </span></div>
                    </div>
                    <span class="">
                      <div><br>
                        Am 03.10.2015 um 17:34 schrieb Sascha Koszowyj
                        <<a moz-do-not-send="true"
                          class="moz-txt-link-abbreviated"
                          href="mailto:sascha.koszowyj@googlemail.com">sascha.koszowyj@googlemail.com</a>>:<br>
                        <br>
                      </div>
                    </span>
                    <div>
                      <div class="h5">
                        <blockquote type="cite">
                          <div> Hallo Zusammen,<br>
                            <br>
                            ich möchte gerne auf meiner Hausinternen
                            WebSeite Werte aus dem Volkszähler anzeigen
                            lassen....<br>
                            <br>
                            Ich habe zwei Ansäte ausprobiert, bei beiden
                            komme ich nicht weiter, hat jemand eine
                            Idee?<br>
                            <br>
                            <b>1.) Abfrage per SQL</b><br>
                            <?php<br>
                            mysql_connect('<a moz-do-not-send="true"
                              href="http://192.168.0.31:80"
                              target="_blank">192.168.0.31:80</a>',
                            'Username', 'Passwort');<br>
                            <br>
                            Ich bekomme keine Verbindung zum Server,
                            warum nicht?<br>
                            <br>
                            <b>2.) Abfrage über "middleware.php" in Java</b><br>
                            <br>
                            $('#Infofeld401').load(<a
                              moz-do-not-send="true"
                              class="moz-txt-link-rfc2396E"
href="http://192.168.0.31/middleware.php/data/eab32320-521a-11e5-a15f-fd9ac3270c21.json?from=now"><a class="moz-txt-link-rfc2396E" href="http://192.168.0.31/middleware.php/data/eab32320-521a-11e5-a15f-fd9ac3270c21.json?from=now">"http://192.168.0.31/middleware.php/data/eab32320-521a-11e5-a15f-fd9ac3270c21.json?from=now"</a></a>); 




                            <br>
                            <br>
                            Hier komme ich zwar an den Wert und kann Ihn
                            in eine DEV ID schreiben.... Aber ich hätte
                            den Wert gerne in einer Variablen....<br>
                            $GET() geht nicht.... (Oder meine Syntax war
                            falsch....<br>
                            <br>
                            <br>
                            Wie habt Ihr dass ggf gelöst?<br>
                            <br>
                            Vg<br>
                            Sascha<br>
                          </div>
                        </blockquote>
                      </div>
                    </div>
                  </div>
                </blockquote>
              </div>
              <br>
            </div>
          </blockquote>
          <br>
        </blockquote>
        <br>
      </blockquote>
      <br>
    </blockquote>
    <br>
  </body>
</html>