Search found 3 matches

by goldberg
Fri Jan 04, 2008 4:39 pm
Forum: PHP - Code
Topic: MAIL ()
Replies: 5
Views: 536

Thanks, but thats not it i've tried several diffrent email addresses, and r\n and none of that helps. Thanks tho. :cry:
by goldberg
Fri Jan 04, 2008 10:37 am
Forum: PHP - Code
Topic: Replace Line Breaks
Replies: 15
Views: 1518

Do you mean ?

Code: Select all

onclick="document.form.field55.value = '<?php echo htmlentities($row5["text<BR>text"]); ?>';">
by goldberg
Fri Jan 04, 2008 8:22 am
Forum: PHP - Code
Topic: MAIL ()
Replies: 5
Views: 536

MAIL ()

Hi I am having some problems using the mail function with a form. I am getting this error message: Warning: mail() [function.mail]: SMTP server response: 501 unacceptable mail address in ... Here is my code($msg is defined elsewhere) $e =$_POST[email]; $headers="From: ".$e."\n" ....