hi,
i am working on how to save content of doc file into database.
actually
the doc file consist of questions in this format.
1. what is your name
a)hello b) sir c)you d)hi
2. what is your father name
a)hello b) sir c)you d)hi
these are available in word doc now how should i split them and save in database the columns in database are
(id,question,option1,option2,option3,option4)
so i am not getting how to split them and save it
the result in database should be (1, what is your name,hello,sir,you,hi)
so please let me know the code as its urgent please thank you,