I am trying to import data to a table. Basically its a MCQs. All my questions are having superscripts and subscripts, for example X2 , and log52....
I have more than 2000 records, i have to import it. But after importing it comes in plain format, not taking powers. My DB is MYSQL (UTF-8)
Here is the example data
If log5 2, log5 (2x - 5) and log 5(2x - 7/2) are in AP , then x is equal to
after impoting it looks like above, but actually it should be
If log5 2, log5 (2x - 5) and log 5(2x - 7/2) are in AP , then x is equal to
Somebody plz suggest me how to do it
If log5 2, log5 (2x - 5) and log 5(2x - 7/2) are in AP , then x is equal to
"this is i did from front end (ckeditor) and it stored like this and i exported to csv, it showed like this. i do not have reputation to attach file. sorry – user2178637 Sep 08 '15 at 16:51