[PHP-NOTES] note 130267 added to install.macosx

[email protected] ("[email protected]")
Newsgroups php.notes
Message-ID <[email protected]>
foreach($result as $row) {
      // Iteration über alle Datensätze -> Ergebnis ist ein 1-dimensionales assoziatives Array
      // print_r($result); // Ausgabe des Arrays zu Testzwecken
      echo "<tr>";
        // Werte in einer Table-row ausgeben
        echo "<td>" . $row['city'] . "</td>";
        echo "<td>" . $row['phone'] . "</td>";
        echo "<td>" . $row['addressLine1'] . "</td>";
        echo "<td>" . $row['country'] . "</td>";
        echo "<td>" . $row['postalCode'] . "</td>";
        echo "<td>" . $row['territory'] . "</td>";

        echo "<td><a href='?id=" . $row['city'] . "'>Löschen</a></td>";
        echo "<td><input type='checkbox' name='del[]' value='" . $row['city'] . "'></td>";
    }
    ?>
    </tbody>
    </table>
----
Server IP: 45.112.84.4
Probable Submitter: 80.90.5.137 (proxied: 193.170.70.27)
----
Manual Page -- https://php.net/manual/en/install.macosx.php
Edit        -- https://main.php.net/note/edit/130267
Del: integrated  -- https://main.php.net/note/delete/130267/integrated
Del: useless     -- https://main.php.net/note/delete/130267/useless
Del: bad code    -- https://main.php.net/note/delete/130267/bad+code
Del: spam        -- https://main.php.net/note/delete/130267/spam
Del: non-english -- https://main.php.net/note/delete/130267/non-english
Del: in docs     -- https://main.php.net/note/delete/130267/in+docs
Del: other reasons-- https://main.php.net/note/delete/130267
Reject      -- https://main.php.net/note/reject/130267
Search      -- https://main.php.net/manage/user-notes.php
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.