Ok I am still getting though the basics here.
special characters you can use in strings: \n and \t. You
can use \n to start a new line in a string, as in the following statements:
So I put in
But the output is still Hello World instead of$string = “Hello \nWorld”;
echo $string;
Hello
World



Reply With Quote





Bookmarks