Re: [LHA-misc] Web interface ...
Status: Beta
Brought to you by:
ncherry
From: Andy W. <chr...@ou...> - 2001-05-26 18:08:06
|
> I like PHP for this type of thing. One real advantage that modPerl has is > the DBI abstraction. PHP uses specific coding for each database, so supporting > multiple databases would complicate the PHP code more than it would complicate > Perl. There are several to many php libraries that implement database abstraction for you. The one that I use is phplib that includes session management (phplib is used mostly in php3.x when there was no built in session support, but still works for php4.x), user authentication/permissions and database abstraction. I have been using php for between 2 -3 years and have found it to work great for all my web application projects. Andy Worthington |