Re: simple tool for building web forms

From: "Roberts, Jon" <Jon(dot)Roberts(at)asurion(dot)com>
To: "Ron Peterson" <rpeterso(at)mtholyoke(dot)edu>, <pgsql-general(at)postgresql(dot)org>
Subject: Re: simple tool for building web forms
Date: 2008-07-02 12:35:08
Message-ID: 1A6E6D554222284AB25ABE3229A92762E9A687@nrtexcus702.int.asurion.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

http://www.sqlmaestro.com/products/postgresql/

I've used the PHP Code Generator with great success for simple stuff
like you describe. You could then write a function to do email
notifications or whatever you want.

Jon

> -----Original Message-----
> From: pgsql-general-owner(at)postgresql(dot)org [mailto:pgsql-general-
> owner(at)postgresql(dot)org] On Behalf Of Ron Peterson
> Sent: Wednesday, July 02, 2008 7:05 AM
> To: pgsql-general(at)postgresql(dot)org
> Subject: [GENERAL] simple tool for building web forms
>
> Can anyone recommend a good tool for building simple web forms w/ a
> PostgreSQL backend? Emphasis on simple - single table contact info
> forms, etc. Something that can be presented to end users w/out a lot
of
> hand-holding. E.g. "I want a form w/ last name, first name, # of
> guests, arrival date. Send notification email of new entries to
> addressa(at)xyz and addressb(at)xyz(dot)"
>
> Ideally the output could easily be embedded in other web pages. F/OSS
> preferred, but proprietary not out of the question.
>
> This isn't a terribly difficult thing to write, but I imagine it's
> already been done many times over. I'd rather re-use something
existing
> that re-invent the wheel. Dr. Google hasn't been as helpful as I'd
like
> so far.
>
> --
> Ron Peterson
> Network & Systems Manager
> Mount Holyoke College
> http://www.mtholyoke.edu/~rpeterso
> -
> I wish my computer would do what I want it to do - not what I tell it
to
> do.
>
> --
> Sent via pgsql-general mailing list (pgsql-general(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-general

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Roberts, Jon 2008-07-02 12:48:56 Re: pg crashing
Previous Message Ron Peterson 2008-07-02 12:04:58 simple tool for building web forms