Forum Moderators: coopster
syntax error, unexpected T_STRING in /home/.patch/myusername/mydomain/my.php on line 2.
Here's the script:
<?php
$to = "tlsarna@example.org";
$subject = "Reminder Message - Example Production Arts Team Service This Weekend!";
$body = "REMINDER: You are scheduled to serve on the Production Arts team this weekend! If you are unavailable to serve, please contact a replacement or send an email to example@example.org.\nTo check this week's schedule, login here: http://www.example.com/pages/pa/thiswk.shtml. If you are unable to login, please contact First Name/Last Name at webmistress@example.com with your desired password, so that she can set you up with access.\n\nThanks for your service, and God bless!";
mail($to, $subject, $body)
?>
[edited by: coopster at 2:58 am (utc) on April 16, 2007]
[edit reason] exemplified details [/edit]