5

Possible Duplicate:
How to enable PHP short tags ?
Enable short open tags without php.ini

Hey,

I never used that in php (as I never needed it) but currently I'm working with another php programmer and he uses it. So I don't want to end up rewriting his code all the time just to make it work on my machine. How should I enable this in php ? Probably it's something in the php.ini ?

Community
  • 1
  • 1
tftd
  • 15,286
  • 8
  • 54
  • 99

1 Answers1

12

You should put in php.ini:

short_open_tag=on

GolezTrol
  • 111,943
  • 16
  • 178
  • 202