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.
>
>
> ************