Enabling PHP Short Tags in php.ini file or using .htaccess file
Although it’s not recommended to use short tags < ? instead of “< ? php" in PHP, but sometimes when short_open_tag are set to “off” on server, and when you do need to enable them to make your php application work, you can either enable short php tags in your php.ini file or in .htacess…