
Change double quotes to single quotes due to no necessity of doing interpolation here. Basic example should just show basic display of hello world, without additional feature. it also has some performance difference
4 lines
27 B
PHP
4 lines
27 B
PHP
<?php
|
|
|
|
echo 'Hello World';
|