in reply to Help on Developing Web Based Database Application

i've developed with mod_perl and template toolkit on a mysql backend in the past and find them to be very complimentory of each other. i would recommend that particular combination for any web based developer :)
  • Comment on Re: Help on Developing Web Based Database Application

Replies are listed 'Best First'.
Re^2: Help on Developing Web Based Database Application
by saskaqueer (Friar) on Oct 15, 2005 at 15:56 UTC

    I will second the use of mod_perl with Template Toolkit and mysql (powered through DBI of course). I know that there are others out there who would highly suggest postgresql over mysql, but for some reason I've never really looked at postgresql. Perhaps it's because a lot of my past development has been on win32 machines; if I am remembering correctly, they have not always had a version of its software for win32.

    In any case, mod_perl coupled with Template Toolkit and either mysql or postgresql I guess. :)