Client Side Things
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Codewalkers ForumsOther TechnologiesClient Side Things

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Codewalkers Forums Sponsor:
  #1  
Old September 2nd, 2005, 05:33 PM
knotthead knotthead is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Posts: 1 knotthead User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
help with PHP/Sendmail code

Hey out there!

I am trying to get a simple PHP/Sendmail form working and I must admit I am still just learning. Can anyone help?

Here is the code on my HTML page:

<form enctype="multipart/form-data" action="submit.php" method="post">
<p class="text">Name: <input type='text' name='name' size='40' value=''><br>
Email Address: <input type='text' name='email' size='40' value=''><br>
Attachment:<input size=45 type="file" name='message' /><br>
<input type="submit" name="submit" value=" Submit "></form>

and here is the PHP file it is referencing in the same directory:

<?
$name = $_REQUEST['name'] ;
$email = $_REQUEST['email'] ;
$message = $_REQUEST['message'] ;

mail( "me@someisp.com", "Feedback Form Results",
$message, "From: $email" );
header( "Location: ty.html" );
?>

I am getting the thank you page to load but I am not getting any content or attachment. Do I need to specify the file type or size?

Please help!

Knotthead

Reply With Quote
Reply

Viewing: Codewalkers ForumsOther TechnologiesClient Side Things > help with PHP/Sendmail code


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 6 hosted by Hostway