Need PHP editor quick fix quick $10

Status
Not open for further replies.

nvuss

Junior Member
Joined
Mar 23, 2011
Messages
125
Reaction score
16
Need someone that is smart with php to simply help me get my 2 input fields in my website to work correctly with my email php file to send information to my email. I have been close a few times but don't know much about it.. anyways ill give ya 10 bucks if you can fix it real fast for me should only take ya 10-15 minutes.
 
I can help you very fast.I've got a lot of 5 star reviews at other freelance platforms and can show them to you. Please sent a PM to learn more.

Thank you.
 
Need someone that is smart with php to simply help me get my 2 input fields in my website to work correctly with my email php file to send information to my email. I have been close a few times but don't know much about it.. anyways ill give ya 10 bucks if you can fix it real fast for me should only take ya 10-15 minutes.

here is your post php file:

<?php
$name=$_POST['name'];
$email=$_POST['email'];

$subject = 'Message from Contact Page';
$headers = "From: $name <$email>" . "\r\n";
$emailto='[email protected]';
$message=$message;

mail($emailto, $subject, $headers);

?>
 
Hello mate.
I m Experience Web-Developer. I can do this job.
Please add me on Skype .
Thanks
 
Status
Not open for further replies.
This thread has been auto closed due to the forum's thread age policy. Read more.
Back
Top