Answer: In PHP to echo a new line or line break use '\r\n' or '\n' or PHP_EOL. If HTML uses <br/> to create a line break, in PHP you can ...
確定! 回上一頁