Allowing to Use PHP short tags in PHP7
If you are trying to use PHP7 for the first time, you might not know that is does not support short tags by default. So if you are going to test the following code: <? phpinfo(); ?> it will not work and will be displayed as text. How to resolve this issue? There are at least 2 simpleā¦ Read More »