Re: [INTERFACES] webserver interface - Mailing list pgsql-interfaces

From Tim Joyce
Subject Re: [INTERFACES] webserver interface
Date
Msg-id 027201bf0902$b8e456e0$0501a8c0@noonoo
Whole thread Raw
In response to Re: [INTERFACES] webserver interface  ("Brett W. McCoy" <bmccoy@lan2wan.com>)
List pgsql-interfaces
We use www.webmacro.org
this is java servlet based and open source.  fine technology.

timj

> > I am sure that this question has been asked many times, but I am new to
this
> > list and am searching for answers....
> >
> > How to I get Postgres on RH linux 6.2, Apache, talking to web page
forms.  I
> > am sure there is software for this.  Can anyone recommend anything &
give
> > tips on their method of doing this.
>
> I use perl, along with the CGI and Pg modules (actually, mod_perl works
> even better -- much faster!).;  Alternatively, you can use PHP3
> (www.php3.org), an embedded HTML scripting language along the lines of
> ASP.  It has a lot of really neat things like database connectivity
> (including Postgres), graphics manipulation, regular expressions, and so
> on.  It runs as an Apache module (you can run it as a CGI mdoule, but it's
> sooo slow) and has a syntax based on Perl and C.
>
>
> Brett W. McCoy
>                                          http://www.lan2wan.com/~bmccoy
> -----------------------------------------------------------------------
> To iterate is human, to recurse, divine.
>
>
> ************



pgsql-interfaces by date:

Previous
From: Lamar Owen
Date:
Subject: Re: [INTERFACES] webserver interface
Next
From: John Cusick
Date:
Subject: PL_na undeclared