From: Alan M. <al...@me...> - 2004-02-01 11:47:28
|
> Hi, > Ive had good luck with Delphi and Interbase. I now want to create some > dynamic pages that are connected to firebird, running on a windows 2000 > server. what is the best way? PHP? ASP?? Connect with ODBC?? any basic > direction would be appreciated.. > if I were starting out I would go straight to PHP. You don't need ODBC and ASP, as much as it is good technology..., well PHP has a few more bells and whistles now. Also get a hold of ezSQL from JVMultimedia - it's like weight and very good for a class/object based approach to db connection and access. I've done some work with ASP.NET and really, there's no real advantage over PHP - it's actually slower at this time. Alan |