Recent content by kdl201089

  1. K

    Using mail()

    Doesn't work
  2. K

    Using mail()

    <?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...
  3. K

    Using mail()

    Bump
  4. K

    Using mail()

    Hello, I make use of the mail function on my site. But when i want to mail, i don't receive anything. How to solve this?
Top