How can a line break be used within HTML? That’s easy: with the <br /> HTML element. However, what if there is data with \n or \r\n line breaks? Search and replace comes to mind; however, it is much easier to use a built-in PHP function: nl2br(). This parses a string and converts all line [...]
Continue reading about Manipulating Strings: Using Line Breaks


Recent Comments