What are the components/parts of a website that need databases?
Nikita asked:
I need to understand what parts of websites need databases:
some that i know about are
1) Web Forms
2) Web Apps
3) Forums and Blogs
4) Shopping Cart Scripts
5) Sign in pages
6) CRM and CMS systems
I need to understand what parts of websites need databases:
some that i know about are
1) Web Forms
2) Web Apps
3) Forums and Blogs
4) Shopping Cart Scripts
5) Sign in pages
6) CRM and CMS systems
But then what more these are just few which i could identify anyone with more information on this
I’m really looking out for a parts so please be specific as many as you can identify please!








actually every part of a website which requires to store data given from a person(admin/webmaster/user/guest/…) in it, needs a database to store those datas in in it.
Yes, anything you want to store permanently, or temporarily needs to be in a database. You can do some storage with cookies or flat files, but cookies are temporary, and flat files are clumsy and difficult to work with.
If you want parts, you have identified 99% with #1 and #2 on your list.