This question is based on my plan at the thread.
I have the following table
alt text http://files.getdropbox.com/u/175564/table-problem-2.png
where kysymys is a question in English.
I would like to know how I should store the data of an user's question:
- in a separate table where I have the parameters question-id and question-body OR
- in the current table where I have other parameters too
I need to neutralize the question-body somehow in the future such that user does not give code which breaks my system.
How would you store the data of the user's text?