-2

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?

Community
  • 1
  • 1
MACMAN
  • 1,843
  • 1
  • 20
  • 33

1 Answers1

0

php.ini short_open_tag

dynamic
  • 45,586
  • 54
  • 150
  • 229