> Can any one tell me how and why Database driven websites are > better than HTML > driven websites from security point of view?
>From a security point of view, HTML driven (=static) web sites are almost certainly better than database drive (=dynamic) web sites. However, static web sites are very limited and for any kind of e-commerce site and such you basically need some sort of database backend. Database driven web sites are less secure, or hard to secure, because they are complex and require content to be created dynamically on the fly based on a variety of user input. The user input has to be validated, which is where you usually run into problems. -- ------- [EMAIL PROTECTED] Join http://www.DShield.org Distributed Intrusion Detection System
