Jump to content

bconza

Members
  • Posts

    6
  • Joined

  • Last visited

Everything posted by bconza

  1. Okay, kinda blew myself away here, but I figured it out! Had a tad of extraneous code for the sendmail - just tested it and it works, thanks for all of your help!!
  2. Also, just checked the code section of Dreamweaver, and this is what I have: <form action="http://www.premierbusinessdesigns.com/cgi-bin/FormScript.cgi" method="post" name="form1">
  3. Uploaded in ASCII, permissions are 755 - and the case for FormScript.cgi is as indicated. When it comes to the coding - I am using Dreamweaver and editing the tags through there - so I have the action set as http://www.premierbusinessdesigns.com/cgi-bin/FormScript.cgi - and I have the method tag set to post.
  4. Okay, set those locations as outlined above: and I'm getting this error message: Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, webmaster@premierbusinessdesigns.com and inform them of the time the error occurred, and anything you might have done that may have caused the error. More information about this error may be available in the server error log. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. I set the action to http://www.premierbusinessdesigns.com/cgi-bin/FormScript.cgi (with premierbusinessdesigns.com being my site, of course) Am I putting the file in the wrong location on the server, calling the action wrong or both? I think its going to be a long day.
  5. Thanks all! We'll see how this goes!!
  6. I am trying to develop a CGI script in Perl which will process an HTML form and send an email message. I need to know the proper Perl header and also the location of the Sendmail program. I'm fairly sure the Perl header should be #!/usr/local/bin/perl - is that right? I'm told the sendmail should be something like... $mail_prog = '/usr/lib/sendmail' Help!! Thanks in advance, Brannon
×
×
  • Create New...