Possible Duplicate:
How to enable PHP short tags ?
I am using php version 5.3.0. I am working on a code where the php starts with
<?
and not
<?php.
It's not working correctly unless I change all the
<? to <?php.
Is there any configuration without changing the php version I can do in my server that can avoid this?