17 Nov 2013
short_open_tag
Generally we use
“<?php …… ?>”
to write the php code, but we can also use
“<? ……….. ?>”
tags to write the php code, these are call short open tag in php. To make this tag work we have to make
“short_open_tag = On”
php php.ini file which exists in c:\xampp\php folder.