Spielbetrieb Allgemein
{source}
<!-- You can place html anywhere within the source tags -->
<script language="javascript" type="text/javascript">
// You can place JavaScript like this
</script>
<?php
$wert = file_get_contents('http://www.btv-bb.de/media/tabellen/nextgames.php?who=17878&what=tabelle');
echo $wert;
?>
{/source}