3v4l.org

run code in 300+ PHP versions simultaneously
<? //Datei: layout.php //das blala //Autor Germi function erzeugeLayout() { //aktuelles Datum setlocale (LC_TIME, GERMAN); $datum=strftime("%A, %d. %B %Y"); $zeit=strftime("%H.%M:%S Uhr"); echo "<table width='100%' bgcolor='#FFFF00'>"; echo "<tr>"; echo "td align='right' valign='top'>$datum<br>$zeit<br>Jossen German</td>"; echo "</tr>"; echo "</table>"; } ?>

preferences:
44.96 ms | 402 KiB | 5 Q