From owner-freebsd-questions Sun Jan 5 15:35:33 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id PAA21278 for questions-outgoing; Sun, 5 Jan 1997 15:35:33 -0800 (PST) Received: from netcom.netcom.com (sauber@netcom.netcom.com [192.100.81.100]) by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id PAA21270 for ; Sun, 5 Jan 1997 15:35:30 -0800 (PST) Received: from localhost (sauber@localhost) by netcom.netcom.com (8.6.13/Netcom) id PAA19559; Sun, 5 Jan 1997 15:35:29 -0800 Date: Sun, 5 Jan 1997 15:35:29 -0800 (PST) From: Soren Dossing X-Sender: sauber@netcom To: questions@freefall.freebsd.org Subject: Re: What Dbase I need for WEB pages on FreeBSD ? In-Reply-To: <199701051255.EAA28257@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk From: Doug White > On Fri, 3 Jan 1997, Nicky Rosenberg wrote: > > > I still did't activate any database and my question is what to choose. > > I've heard about msql and postgress95 but I don't know what to chose. > > I have on the net a unix machine (pentium) running FreeBSD, and a NOVELL server. > > Currently, my WEB server is the UNIX machine and I want to do the following: > > 1. To get Email messages from "Submit" of web pages > > 2. To get input from WEB pages, to search a database and to display the > > results in a WEB page to the user. > > 3. to give access to some parts of the database to all users and to other > > parts of the database only to registered (subscribed) users. > > > > Thank's for your help till now and in the future. > > This is over my head I can see right now. :) > > Someone want to give some hints? I would say: Make a cgi program to glue all this together. It will probably require quite a bit of programming. To find specific cgi solutions have a look at http://www.selah.net/cgi.html. In particular the mailform.cgi gives a solution for sending form input in a mail. I have never used any readymade database cgi drivers - I tend to write my own. But you might want to have a look at http://sunsite.doc.ic.ac.uk/packages/perl/db/. There you will find solutions for Oracle, Sybase, Postgres95, Xbase and many others. A very excellent book about this subject is "CGI Programming" by Shishir Gundavaram (O'Reilly & As., Inc). Soren