Tell me do you know why doesn't the following code print the newline properly?
Answer Posted / Upendra Pandey
The provided code is likely missing an explicit newline character. In PHP, n can be used to represent a newline, but without it, the code might print all output on the same line. Here's an example of how it could be corrected: echo 'HellonWorld';
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers