charon
02-14-2003, 07:13 AM
hi,
Nowaday, most of the web-sites is Database-Driven whereby they save their site content in the Database.
I'm new to this, can anyone of you briefly explain to me how it is created and Worked?? How do we edit the content??
I don't know whether what I'm thinking is correct, do correct me if I'm wrong.
1.) Every content is given an ID, a simple example, every web-site has basic content for :aboutus, company_profile..etc.
the content aboutus is given id 1, company_profile is given id 2
when user click on the about us 's link, the value of 1 will be passed and the content will be retrieved from the database, same as company profile.
2.) but how do we edit the content?? is the content in the database contain all the HTML tags???
Plaese advice!
Nowaday, most of the web-sites is Database-Driven whereby they save their site content in the Database.
I'm new to this, can anyone of you briefly explain to me how it is created and Worked?? How do we edit the content??
I don't know whether what I'm thinking is correct, do correct me if I'm wrong.
1.) Every content is given an ID, a simple example, every web-site has basic content for :aboutus, company_profile..etc.
the content aboutus is given id 1, company_profile is given id 2
when user click on the about us 's link, the value of 1 will be passed and the content will be retrieved from the database, same as company profile.
2.) but how do we edit the content?? is the content in the database contain all the HTML tags???
Plaese advice!