Re: Form processing

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I tried this:

<?php
$sub = "Today's news";
$to = 'tgol@xxxxxxxxxx';
$body = "test";
?>

mail($to,$sub,$body);

And it seems that it works just fine. If you really want help, you should post the code that is causing you trouble.

Theodore

ron.php wrote:
I am trying to set up a form which will send e-mails for "late breaking news" and urgent e-mailings. If I have "Today's news" in the subject line on the e-mail it comes out with "Today\'s news" --- how can I prevent this from happening? Ron

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [PHP Users]     [Postgresql Discussion]     [Kernel Newbies]     [Postgresql]     [Yosemite News]

  Powered by Linux