For Programmers: Free Programming Magazines  


Home > Archive > PHP DB > September 2007 > Re: [PHP-DB] Form processing









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Re: [PHP-DB] Form processing
Goltsios Theodore

2007-09-12, 3:59 am

I tried this:

<?php
$sub = "Today's news";
$to = 'tgol@kinetix.gr';
$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
>
>

Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com