php line break problem in notepad php network notepad php log php notepad opens randomly

WBOY
Release: 2016-07-29 08:52:22
Original
1103 people have browsed it

<code>在网页上面:用<br />就可以解决了,<span>\n</span>行不通的
把数据保存到记事本用<span>\r</span><span>\n</span>,在记事本就实现了换行!</code>
Copy after login
<code><span>for</span> (<span>$distance</span> = <span>50</span>; <span>$distance</span> <= <span>250</span>; <span>$distance</span> += <span>50</span>) {
  <span>echo</span><span>"<tr>
        <td align=\"right\">".<span>$distance</span>.<span>"</td>
        <td align=\"right\">"</span>.(<span>$distance</span> / <span>10</span>).<span>"</td>
        </tr><br />"</span>;
}</code>
Copy after login
').addClass('pre-numbering').hide(); $(this).addClass('has-numbering').parent().append($numbering); for (i = 1; i ').text(i)); }; $numbering.fadeIn(1700); }); });

The above introduces the problem of line wrapping in PHP in Notepad, including the content of PHP and Notepad. I hope it will be helpful to friends who are interested in PHP tutorials.

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template