Posted by Fenris on Fri 7 Aug 05:10
report abuse | download | new post
- <?
- $email = $_REQUEST['email'] ;
- $message = $_REQUEST['message'] ;
- $name = $_REQUEST['name'] ;
- }
- }
- else {
- "$message\nSent by: $email\n",
- "From: $name <$email>" );
- }
- ?>
Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.