From owner-freebsd-questions Tue Oct 12 18:29:50 1999 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.mail.yahoo.com (smtp.mail.yahoo.com [128.11.68.32]) by hub.freebsd.org (Postfix) with SMTP id 4F1EA14C80 for ; Tue, 12 Oct 1999 18:29:49 -0700 (PDT) (envelope-from kenwills@yahoo.com) Received: from 1cust53.tnt2.madison.wi.da.uu.net (HELO spanky.yaberk.int) (63.26.195.53) by smtp.mail.yahoo.com with SMTP; 12 Oct 1999 18:36:02 -0700 X-Apparently-From: Date: Tue, 12 Oct 1999 20:19:53 -0500 (CDT) From: Ken Wills Reply-To: kenwills@yahoo.com To: Daniel DAYNES Cc: freebsd-questions@freebsd.org Subject: Re: freebsd & e-mail In-Reply-To: <000801bf1476$fdc1dba0$e53406c3@u8s8i8> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I just put my web site on a web server using freebsd (www.chez.com). > I developed it with frontpage but unfortunatly this web server doesn't use > frontage extensions. > So I've got a problem with a form that must be return to me by e-mail. > Could you tell me what is the html code I must use in my form to proceed with > the e-mail ? The easiest solutution may be to install frontpage extensions on your web server. They are available for apache, and a version is in ports (/usr/ports/www/apache-fp). Make sure you understand the security implications of enabling this :) Check the documentation on Micrsoft's site and also the docs that come with the extensions (the SERK, I think). I'm no big fan of frontpage, you could do the same with a CGI script written in perl, and even if you don't know perl, a few hours with a decent CGI book would give you the answer. Perl and CGI.pm (a module for perl to do forms etc are very flexible). Check out http://www.perl.org/ and http://www.CPAN.org/ if you want more details. Ken __________________________________________________ Do You Yahoo!? Bid and sell for free at http://auctions.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message