I put a message board on my site (see here). For some reason the submit.php file has become corrupted recently and it's no longer possible to send messages.
I have attached the php code to this message, do you know how I can rectify the problem?
thanks,
Leo
**Problematic PHP code below**
CONTENT="5; URL=blog.html">
<?
$subject = $_POST['email'];
mail("wastingtimewithgod.guest@blogger.com", $subject, "$email\n$message", "From: simeon ");
