Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

PHP Forum


You are currently viewing our PHP Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
Mailer in godaddy linux doesnt work - newbie
Old 05-03-2010, 08:34 PM Mailer in godaddy linux doesnt work - newbie
Junior Talker

Posts: 2
Name: Ezequiel
Trades: 0
Hello . fisrt at all i need to say that this is my first time with php . I got a hosting linux plan and and i got this simple php code that should work, but it doesnt. Im really sad because i feel really silly ...im not a pro with this..

The body of the message doesnt get my mail, i just the subtject, the mail from the person.... and and empty email!!
this is the code im working with

<?php
$name = $_POST["id"];
$from = $_POST["from"];
$message = $_POST["msg"];
$subject = "wh0w | Contact | " . $_POST["objet"];
$msg = utf8_decode($msg);
$msg = str_replace("\\", "", $msg);
$msg = stripslashes($msg);
$msg .= "\n";
$body = "Message de : " . $name . ", " . $from . "\n\n";
$body .= $msg;

mail("ezequielavaro@yahoo.com.ar",$subject,$body);
echo "statut=ok";
?>

and this is the file that godady gives you. it is on my hosting but i dont know what to do with it.i Also put my email already at godaddy configuration control panel

Does anybody know why i only get empty emails ? how shuold i modify this gdform...should i link with the other php code ? how ?

Thanks
Ezekielus is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Reply     « Reply to Mailer in godaddy linux doesnt work - newbie
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting 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 Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.08891 seconds with 12 queries