Wie wird dieser Kalender erstellt?
ICH GEBE EINFACH DIE DATEN IN EINE TABELLE EIN NACH DEM MUSTER:
<!-- Beginn Termintabelle //-->
<table border="1" cellpadding="5">
<tr>
<th>Datum</th>
<th>Uhrzeit</th>
<th>Was</th>
<th>Wo</th>
<th>Weitere Infos</th>
</tr>
...
<tr>
<td>12.11.2005</td>
<td>15:00</td>
<td>Feier</td>
<td>Saal</td>
<td>Uhrzeit noch nicht endgültig fest!</td>
</tr>
...
</table>
<!-- Ende Termintabelle //-->
Ist die Ausgabe eine HTML-Seite? JA
DEN HINWEIS MIT PHP INTERESSIERT MICH SEHR ZUMAL DORT DIE LÖSUNG EINFACH ERSCHEINT: GIBT ES DENN AUCH EINE DYNAMISCHE LÖSUND IN EINER STATISCHEN HTML SEITE?
- ODER HABE ICH MIR HIER DIE ANTWORT SCHON SELBER GEGEBEN ?