I am using WAMPP for PHP server and in programming short tag use create a problem. I knew that it possible by change something in php.ini file but I don't know the setting for that please help me for that.
example:
<? echo "hi"; ?> //error....want to allow this also.
<?php echo "hi"; ?> //ok
I found this in PHP config setting file but what changes require I don't know...
; short_open_tag
; Default Value: On
; Development Value: Off
; Production Value: Off