I made a page takes its contents from my sql DB these data was written in MS Word as paragraphs , i copied it and paste into my sql table. when i made a query to shoe them (in php) it displayed without formatting !! how to show it formatted into paragraphs as its initial shape in MS Word?
ah I think you are new to PHP or perhaps DB or programming.. How can you store the MS-Word formatting styles in a DB table so that it would replicate itself when you extract/show it through some PHP script.. You should use some CSS styles for formatting and HTML+PHP mix code to show the data in a format you like (in which your word file is maybe)..
You need to use Rich Text editors like htmlarea, tinymce etc. which inherently do that formatting stuff for you and it gets displayed in exactly the manner you saw it in MS Word. I can help you get going on this if you require any help.
Thanks SmartTechCracker, but I didn't understand what you mean ! Dear,crivion: what is "integrating tinymce? its like ms word but in html/js/ajax "