How to convert ms word text into html tag... ms word bullet shown as it is in database.. while I am checking this in wordpress, wordpress convert space into
and bullet into <ul><li>
but i need this function in my core php...
i am saving this ms word text into database:-
•Replace your toothbrush every three months. •Interdental brushes come in various sizes. It may be helpful to ask your dentist or hygienist to show you the correct sizes for your mouth.
but same result is save in databse
while check this using wordpress, wordpress save this in database like
i want wordpress like result in my core php what can i do plz help