Subject | RE: [firebird-support] Web to firebird recomendations |
---|---|
Author | Brenden Walker |
Post date | 2006-01-17T13:24:09Z |
> -----Original Message-----<snip>
> From: firebird-support@yahoogroups.com
> [mailto:firebird-support@yahoogroups.com] On Behalf Of Yves Glodt
>
> Alan McDonald wrote:
> >> Hi,
> >> I'm asking for recommendations as to how to achieve this and whatMe too ;-).
> >> tools/easiest would be best for me to use.
> >> Strong preference for open-source or free tools.
> >
> > PHP
> > join the PHP list
>
> I fully back this. The php-firebird functions are excellent.
There are however several considerations you have to remember when
providing web access via any means. Security is likely the main
concern. SQL injection attacks happen quite often, and even the best
systems fall prey to this at times. Some are of course better at fixing
the problems.
If it were me, I'd use a proven php CMS system for security control, and
then simply write a plugin/module/whatever the CMS calls it that
provides the additional functionality.
But that's me, I have done precisely this kinda thing using a variety of
CMS systems with excellent results.
As always, YMMV ;-)