The html code of a new line is <br> In short <?php echo "\r\n"; ?> // Writes a new line in the output stream <?php echo "<br>"; ?> ...
確定! 回上一頁