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.

boredom

User
  • Registriert

  • Letzter Besuch

Alle Beiträge von boredom

  1. Alter: 24 Wohnort: kleines Kaff in Bayern letzter Ausbildungsabschluss (als was und wann): 2015 - FIAE Berufserfahrung: 3 Jahre, Firma die mich ausgebildet hat Vorbildung: mittlere Reife Arbeitsort: kleines Kaff in Bayern (25km entfernt) Grösse der Firma: <15 Branche der Firma: Vermittlung Arbeitsstunden pro Woche laut Vertrag: 40 Arbeitsstunden pro Woche real: 40 Gesamtjahresbrutto: 31.800 fix Anzahl der Monatsgehälter: 12 Anzahl der Urlaubstage: 30 Sonder- / Sozialleistungen: kostenlose Getränke, Kaffee, mtl. Tankgutschein in Höhe von 35 Euro, Firmenhandy und Vertrag ohne Upgrade Variabler Anteil am Gehalt: - Verantwortung: keine Personalverantwortung Tätigkeiten (Aufgaben/Aufgabenbereich): PHP Backend ist der Schwerpunkt, Frontend, MySQL, Testen und prüfen von PQs, durchführen von Deployments von Kollegen
  2. Dir fehlt vor FROM ein Leerzeichen. Außerdem funktioniert der Code so nur, wenn mindestens 2 Datensätze gefunden wurden. Hier die überarbeite Version: // DB-Abfrage => Events $abfrage = mysql_query("SELECT id, titel, DATE_FORMAT(datum, '%d.%m.%Y') as `datum` FROM kalender ORDER BY id DESC"); $total = mysql_num_rows($abfrage); // Anzahl Events // Events ausgeben echo "<ul class=\"list\">\n"; if($total >= 1){ // Pruefen ob events vorhanden sind while($row = mysql_fetch_object($abfrage)){ echo "<li><div class=\"right\">\n <a href=\"".$pfad."?action=edit&id=".$row->id."\">Bearbeiten</a>\n <a href=\"".$pfad."?action=loeschen&id=".$row->id."\">[x]</a>\n</div>\n"; echo "<strong>".$row->id.".</strong> ".$row->titel."<br />\n ".$row->datum."</li>\n"; } }[/PHP]

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.