Search results

  1. M

    <br /> displaying when echo mysql PHP into textbox......?

    Hello, When I use this command: <? echo nl2br( $rows['information'] ); ?> to display data from a sql colomn called information into a textbox, it does display the text but I get < br / > for each new line for a paragraph..... How can I stop this? Thanks Thanks - My Problem is now sorted... :D
  2. M

    <br /> displaying when echo mysql PHP into textbox......?

    Hello, When I use this command: <? echo nl2br( $rows['information'] ); ?> to display data from a sql colomn called information into a textbox, it does display the text but I get < br / > for each new line for a paragraph..... How can I stop this? Thanks Thanks - My Problem is now sorted... :D
Back
Top