PHP How to Enable Short Open Tag (short_open_tag) in PHPBy RahulFebruary 22, 2015short_open_tag directive determines whether or not PHP will recognize code written between <? — ?> tags. Generally php users used…