Jump to content

a question about Php and MySQL(how to output articles)


littlepeg

Recommended Posts

:) Hi everybody. I am a very very new learner for php & MySQL and have one easy question would like to ask for advice. I want to store some articles(Microsoft word format) in my database by using PHPadmin. But what what should I do if I want to output these articles as what they are (have different paragraphs and headings) rather than all cluster together in one paragraph.  ;) Any help would be grately and appreciated. :)

 

Unfortunately, PHP does not have the tools to handle Word documents natively.

 

The reason it's being clumped into one giant paragraph is probably 2 things:

 

The php script is out putting linebreaks instead of <br /> meaning that it won't break lines.

 

And, all header formatting, font sizes, colors etcetera will be lost unless they are converted to some form that php can understand....

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.