|
me with the php e-mail form again...sorry.
Date: 06/21/05
(WebDesign) Keywords: php, html
So I start here : http://www.soft-gel.com/test/feedback.html
and this is my sendmail processor :
< ? $email = $_REQUEST['email'] ; $message = $_REQUEST['message'] ;
mail( "kathleenh@soft-gel.com", "Feedback Form Results", $message, "From: $email" ); header( "Location: http://www.soft-gel.com/comps/shades/sales_complete.html" ); ? >
and this is the error msgs I get for sendmail.php
Warning: mail() [function.mail]: "sendmail_from" not set in php.ini or custom "From:" header missing in D:\Inetpub\wwwroot\Soft-Gel\test\sendmail.php on line 5
Warning: Cannot modify header information - headers already sent by (output started at D:\Inetpub\wwwroot\Soft-Gel\test\sendmail.php:5) in D:\Inetpub\wwwroot\Soft-Gel\test\sendmail.php on line 6
--> now, it's something with my php.ini file...except I don't know how to fix that, or if it's something I fix or something my sys admin does when he enabled php on the server. basically...help. please
Source: http://www.livejournal.com/community/webdesign/909504.html
|