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
  • 16,203
  • 11
  • 62
  • 106

1 Answers1

12

You should put in php.ini:

short_open_tag=on

GolezTrol
  • 114,394
  • 18
  • 182
  • 210