Hi ,
I create an
web application that allows to create and present content as for the case of
wiki. but the idea here is the users only view content, the content is created only by the
administrator and presented in the
web site.
The technique that I have currently adopted is to use a column of type "
Text" in "
Mysql" and to use a
Text Editor to create the
content in the
website.
This works well even with
images where we can create a
content that contains
images and display them afterwards.
Is this technique a good method to respond to this type of need ?
If not, what the other methods that can we use ?
Thanks