SyntaxFix
Write A Post
Hire A Developer
Questions
We can use \n as a new line in php.
<?php echo"Fo\n"; echo"Pro"; ?>
Output:
Fo Pro