<?php
/**
* @author Kevin de Leeuw
* @copyright 2010
*/
function mailouders() {
$leerling = "Kevin de Leeuw";
$to = "kdl2010@live.nl";
$subject = "Kind absent";
$message = "Uw kind ".$leerling." is absent gemeld op ".date("j F, Y, H:i ")."";
mail($to...