nl2br
How can I replace newline or \r\n with <br/>?
I am trying to simply replace some new lines and have tried three different ways, but I don\'t get any change:[详细]
2023-03-04 15:16 分类:问答How to rid of extra white space?
I have a textbox that i use nl2br to insert into db.The problem is that 开发者_运维问答 is adding too much space.Is there a way to assign this an id while being processed or some other way to reduce t[详细]
2023-03-03 20:27 分类:问答Format text to left
I am creating a format tool that strips content from articles for print. The demo can be seen here. The full source is avaliable here.[详细]
2023-02-16 16:20 分类:问答How can I replace \r\n with a line break when I echo?
I am protecting my string using this code to insert it into the database: function protect($string){ $string = mysql_real_escape_string($string);[详细]
2023-02-09 02:12 分类:问答How to replace tab with in PHP?
In my database I have the following text: for x in values: print x I want to print this code on my HTML page. It is printed by PHP to the HTML file as it is. But when HTML is displayed by a browser[详细]
2023-02-05 01:51 分类:问答