I need to store both text and images to be stored in the same field? How can this be implemented in php using a mysql database? I have used BLOB to store images in the past . Which datatype should I use for this problem?
And how will this work...?
Actually I am implementing a small questionnaire for my site. So the questions have options which will be sometimes a combination of text and images.Note:there can be multiple images for 1 option and at any position :ie in the beginning of the text ,in the middle of the text and at the end of the text.....How to implement this so that I am able to correctly display the option content with the text and images in the correct order...?