-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,883
  • 1
  • 21
  • 35

1 Answers1

0

php.ini short_open_tag

dynamic
  • 46,985
  • 55
  • 154
  • 231