[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] OT: Web Database Application
- Subject: Re: [cobalt-users] OT: Web Database Application
- From: Kris Dahl <krislists@xxxxxxxxxxxxx>
- Date: Mon Apr 10 09:09:11 2000
on 4/9/00 10:10 PM, Ed Brown at ebrown@xxxxxxxxxxxxxxx wrote:
> I'm looking for some informed suggestions on software to build a database
> application on our intranet site. I have used Frontpage for some time and it
> works great but I would like to create one look up query page for regular
> users of the DB and another page to look up, add, delete and modify records.
> The look up page was easy, but the second page seems impossible.
>
> If there is another package out there that makes this easy or a tutorial
> that explains the FP procedures better please let me know.
MySQL and PHP are my favorite combination.
PHP is a server pre-parser, much in the same 'style' as ASP. Only it works
better, is easier to develop in and works on multiple architectures,
platforms and webservers.
One application written in PHP, phpMyAdmin is really nice for administration
of MySQL databases.
I would highly suggest it.
-k