Very simple question. Should this work?
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" " lang="en"><head><title></title></head>
<body>
<?php
mail("my@mail.com","testing title","It's working");
?>
</body>
</html>
Just checking if there's anything I've missed. Because it's not working, and I've tested other php code on that server, and it does work.
illustration and webdesign
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" " lang="en"><head><title></title></head>
<body>
<?php
mail("my@mail.com","testing title","It's working");
?>
</body>
</html>
Just checking if there's anything I've missed. Because it's not working, and I've tested other php code on that server, and it does work.
illustration and webdesign