Welcome to the MacNN Forums.

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

You are here: MacNN Forums > Software - Troubleshooting and Discussion > Developer Center > php mail forms

php mail forms
Thread Tools
Professional Poster
Join Date: Jan 2000
Location: south
Status: Offline
Reply With Quote
Mar 24, 2002, 02:06 PM
 
I am trying to set up a page on a web site that has a email form that is done with a php script. It sends the email but I get this error code (the directory names have been altered)

Warning: Cannot add header information - headers already sent by (output started at /home/domain/domain-www/contact.php:2) in /home/domain/domain-www/contact.php on line 31
and this is the php script


<?
if (!isset($email) || !isset($message)) {
header( "Location: <A HREF="http://www.domain.com/feedback.html"" TARGET=_blank>http://www.domain.com/feedback.html"</A> );
}
elseif (empty($email) &#0124;&#0124; empty($message) &#0124;&#0124; empty($name)) {

header( "Expires: Mon, 20 Dec 1998 01:00:00 GMT" );
header( "Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT" );
header( "Cache-Control: no-cache, must-revalidate" );
header( "Pragma: no-cache" );

?&gt;
&lt;HTML&gt;
&lt;HEAD&gt;&lt;TITLE&gt;Error& ;lt;/TITLE&gt;&lt;/HEAD&gt;
&lt;BODY&gt;
&lt;h1&gt;Error&lt;/h1&gt;
&lt;p&gt;
Oops, it appears you forgot to enter either your
email address, name or your message. Please press the BACK
button in your browser and try again.
&lt;/p&gt;
&lt;/BODY&gt;
&lt;/HTML&gt;

&lt;?
}
else {
mail( "webmaster@domain.com", "form mail",
$message, "From: $name &lt;$email&gt;" );
header( "Location: <A HREF="http://www.domain.com/thankyou.html"" TARGET=_blank>http://www.domain.com/thankyou.html"</A> );
}
?&gt;

Does anybody know how to get rid of the error? Thanks.
     
shmerek  (op)
Professional Poster
Join Date: Jan 2000
Location: south
Status: Offline
Reply With Quote
Mar 24, 2002, 02:22 PM
 
Never mind I found something better.
     
   
Thread Tools
Forum Links
Forum Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Top
Privacy Policy
All times are GMT -5. The time now is 06:03 PM.
All contents of these forums © 1995-2011 MacNN. All rights reserved.
Branding + Design: www.gesamtbild.com
vBulletin v.3.8.7 © 2000-2011, Jelsoft Enterprises Ltd., Content Relevant URLs by vBSEO 3.3.2