0

i have a Mysql database with text table, that contains: id=int(30) and text=mediumtext; I typed as below, for example, and saved in the table, as id=1.

Whent i retrieve the field:

This is a text.

              This is a new line, with a big space before text.

 here contains more info. 
      $id=GetRow("SELECT text from text_table WHERE id=1");

I got this:

"     This is a text.
           This is a new line,
      that contains more info."

Without new lines, paragraphs or tabs.

How i retrieve as typed?

Thx!

Community
  • 1
  • 1

0 Answers0