Home > Article > Backend Development > How to enter spaces in php
How to enter spaces in php?
1. First, open the php editor and create a new php file, for example: index.php.
2. In index.php, for example, enter the code: echo '123 456';.
#3. When the browser runs the index.php page, it is found that a lot of spaces are successfully printed using " ".
For more PHP related knowledge, please visit PHP Chinese website!
The above is the detailed content of How to enter spaces in php. For more information, please follow other related articles on the PHP Chinese website!