Hi gurus,
I am new to php. Want to make a CMS as a practice sample. But I am not sure how to store web content. As far as I read online, all of the samples I have seen is just send the normal word text to the db. But how would those content fit into HTML tags. I am thinking of just store the content with HTML tags in DB. However, that means the end user will need to knwo HTML or when they create content they will need to have HTL editor(eg, Dreamwear).
I can read chinese. Please assist me
Thanks
Mbeki
原始討論:
http://twpug.net/x/modules/newbb/viewtopic.php?topic_id=5411
評論
I strongly recommend you use xhtml1.1 doctype for your web application because it is the strictest and guaranteed to be rendered correctly in most modern browsers.