Subject Re: [firebird-support] Web - interface
Author Helen Borrie
At 09:08 AM 20/05/2005 +0200, you wrote:
> > SO *WHY* did you say no PHP?
>
>Because I am a Delphi developer with some background knowledge in java and
>c#. But I am not unwilling to learn PHP. :-)
>With PHP I have a qualm of totally mixing HTML and PHP Code.

Then don't mix them. :-) Use includes. It's parallel to not mixing data
access and UI in the same units, in Delphi. Where your visual controls in
Delphi supply the user interface, HTML does the same for your PHP
apps. Where your datamodules in Delphi implement the "under the hood"
stuff to hook the data access layer to the UI, so your "pure code" PHP
modules do the same.

Or just stay with Delphi and use Indy. :-)

./heLen