Ray,
Depending on the complexity, you may want to consider maypole
(http://maypole.perl.org/) for interacting with the database. Uses
class::DBI for the model, which can work with postgres. Haven't tried
it myself, yet, but planning on it.
Sean
On Dec 23, 2004, at 4:53 PM, Afton & Ray Still wrote:
> Thanks to all for your suggestions.
> RealBasic may be good, but It's too expensive for the moment, I'll
> definatly keep Access in mind for letting others use the database, but
> as I don't have Access....
>
> I've got Apache, PHP, and PostGreSQL up and operational so we'll see
> what happens.
> I should try to provide a summry of what I've learned to the group,
> but I'm not sure where to start.
> Probably, other than make sure you read the manuals, the main things
> are to install the three programs, and then test Apache by itself (can
> you see the Apache test page?), and then test PHP with Apache(a good
> test is phpinfo(). ) and finally get PHP to talk to PostgreSQL.
> Thanks everyone
> Ray