Zum Inhalt springen
View in the app

A better way to browse. Learn more.

Fachinformatiker.de

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

DomHa12

User
  • Registriert

  • Letzter Besuch

  1. Hallo Edward In der Konsole wird leider kein Fehler Angezeigt (Siehe Konsolen Screenshot) Ich habe auch schon KIs gefragt hat aber nichts Gebracht. Gruß Dominik
  2. DomHa12 ist der Community beigetreten
  3. Hallöle Dominik Mein Name. Ich Bin noch neu im Thema PHP und MYSQL. Aktuell sitze ich an einer Artikel Abfrage aus einer von Mir erstellten Daten Bank. Ich habe Vor das Verschiedene Attribute abgefragt werden darunter erstmal der Name des Artikels der Preis Und dazu noch ein Produktbild. Hier ist mein Aktueller Code den Ich verwende. <section id="products"> <?php require("mysql.php"); $stmt = $mysql->query("SELECT * FROM products"); $stmt->execute(); while ($row = $stmt->fetch(PDO::FETCH_ASSOC)) { echo '<div class="card">'; echo '<img class="cardimg" src="data:image/jpeg;base64,' . base64_encode($row['product_image']) . '" alt="' . htmlspecialchars($row['product_name']) . '">'; echo '<h2>' . $row['product_name'] . '</h2>'; echo '<p>Preis: €' . $row['product_price'] . '</p>'; echo '</div>';} ?> </section> Mein Problem ist Name Und Preis werden Geladen nur dass Bild nicht. Im Anhang lade ich ein Bild Hoch wie es später ungefähr aussehen soll. Falls jemand eine Idee hat ich bin Offen für Vorschläge. Gruß Dominik

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.