PHP - Einbinden aller Dateien aus einem Verzeichnis
<?php
foreach (glob('verzeichnis/*.php') as $filename) {
include_once $filename;
}
?>
Eine zufällige Auswahl von Codeschnipseln
aus den Bereichen
HTML, CSS,
PHP, JavaScript und
MySQL.
<output> Ausgabe
CSS - Farbige Scrollleiste
PHP - Mit PHP 5 E-Mail-Adresse sicher prüfen
JavaScript - Formularinhalt herunterladen
MySQL - Höchstwert einer Spalte ermitteln