0 |
|
Ik heb het dus zo gedaan
<?php
$month = date("m",mktime());
?>
<a title="Agenda van evenementen in het land" href="agenda.php?maand=<? echo $month; ?>" style="text-decoration: none">
AGENDA</font></a>
<a title="Agenda van evenementen in het land" href="agenda.php?maand= <? echo $month; ?>" style="text-decoration: none"> AGENDA</font></a>
Dit werkt goed. |