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.

evgnbz

User
  • Registriert

  • Letzter Besuch

  1. war mein erster gedanke , ich wollte es zuerst mit php/html lösen , css geht immer . danke für den vorschlag
  2.    evgnbz hat auf einen Beitrag in einem Thema reagiert: Übung 1 mal 1 tabelle
  3. <body> <table> <?php $spalte="1"; echo "<table border='1'>\n"; while($spalte<=10){ echo "\t<tr >\n"; $zeile="1"; while($zeile<=10){ $ergsp=$zeile*$spalte; if($ergsp % 2 == 0){ echo "\t\t<td bgcolor=#FF0000>$ergsp</td>\n"; } else {echo "\t\t <td bgcolor=#00FF7F>$ergsp</td>\n";} $zeile++; } echo "\t</tr>\n"; $spalte++; } ?> </table> </body> ich habe es so gelöst , vielen dank für die hilfe!
  4. Moin, ich habe hier eine 1*1 Tabelle erstellt <body> <table> <?php $spalte="1"; echo "<table border='1'>\n"; while($spalte<=10){ echo "\t<tr>\n"; $zeile="1"; while($zeile<=10){ $ergsp=$zeile*$spalte; echo "\t\t<td>$ergsp</td>\n"; $zeile++; } echo "\t</tr>\n"; $spalte++; } ?> </table> </body> Jetzt will ich alle gerade und ungerade zahlen markieren und komme nicht so richtig weiter , brauche ein paar tipps in diese richtung
  5.    evgnbz hat auf einen Beitrag in einem Thema reagiert: Neuling sucht einen Anfang
  6. wie falsch/richtig lege ich mit meinen relationsschema?

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.