Subject RE: [firebird-support] Web Application Using Firebird
Author Alan McDonald
> Dear Friends,
>
> I am developing LAN based Database applications using
> Firebird and Delphi since quite long.
>
> One of our Client wants to web enable a already running LAN
> based Application (FireBird->Delphi C/S Linux at Server
> and w9x Clients). What they want is some of the transactions
> to be entered through Browser or Update file to be uploaded
> through FTP and Update Database on Server.As of Today
> I don't have any experience in web applications designing and
> developing.
>
> Can somebody help me by suggesting what tools shall I use
> to achieve the goals and some getting started URLs etc. etc.
>
> Best Regards
>
> R. S. Patil

My reccomendation:
PHP as the web scripting language, it comes with native Firebird support and
will run on Linux or Windows.
www.php.net
You can get a very good IDE for PHP called PHPExpertEditor
www.phpexperteditor.com
You can then get a very good and lightweight but complete database
abstraction layer which also inclues a paging class at
www.jvmultimedia.com
That's about all you need - plus a bit or reading :-)
Alan