
Once you see the above image click on the option called “select PHP version”. After clicking on that option, PHP selector/extensions page will appear, Like the below image.
Once this page is displayed, you will see the option called “switch to PHP options” at the top and right side of the page. Click on that option after clicking that you can see the below page.
In this page, you can see the option “short_open_tag”. if you want to enable this option, select for “On” option. once it is done, click on the save button to save the changes you have made.
Today most of the people are using the XML formate where it uses these tags by other languages, so this will make your server to get confused and it will lead to having wrong parsing of code in the wrong context. And if you want to use PHP in combination with XML, you can disable this option in order to use inline.
"Generally, in a PHP script, we use tags, short_open_tag is a configuration directive in the php.ini file. It will describe PHP whether the short form """" of PHP’s open tag should be allowed or not for coding in PHP. The php.ini will provide you to enable PHP short tags ( ). PHP.ini allows you the option to use short style opening tags for PHP code like below.
[ad_2]Advertisement