HighDots Forums  

"No input file specified."

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss "No input file specified." in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
jennsite
 
Posts: n/a

Default "No input file specified." - 07-05-2004 , 11:34 PM






"No input file specified." is what I get when I click on my send button on my
forms page. It's a simple e-mail form done in Dreamweaver. Four fields, all
labeled. I chose 'Post' on the form options. I inserted this code:

<input name="Submit" type="submit" class="style2" id="Submit" value="Send"
onClick="POST"/>

for the target, I have contactform.php. The php file is as follows:

<?PHP

$name = $_POST["name"];
$company = $_POST["company"];
$email = $_POST["email"];
$message = $_POST["message"];

$to = "name (AT) geary (DOT) k12.ok.us";
$msg = "$name\n\n";
$msg .= "$message\n\n";

mail($to, $subject, $msg, "From: Website\nReply-To: $email\n");

?>

I've done a successful variation of this with Flash and it works great. I
haven't done it yet with Dreamweaver and was sort of cobbling together things
form the flash way and things from a dreamweaver book. I know I've botched it
royally, but don't know how. Can anybody help?

Thanks


Reply With Quote
  #2  
Old   
Gary White
 
Posts: n/a

Default Re: "No input file specified." - 07-06-2004 , 12:11 AM






"jennsite" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
"No input file specified."
See the other thread you started.

Gary




Reply With Quote
Reply




Thread Tools
Display Modes

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



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.