PHP include <? =?>

Possible duplicate:
How do I enable short PHP tags?
Enable short open tags without php.ini

Hey,

I have never used this in php (since I never need it), but I am currently working with another php programmer, and he uses it. Therefore, I do not want to completely rewrite its code to make it work on my machine. How to include this in php? This is probably something in php.ini?

+5
source share
1 answer

You must enter php.ini:

short_open_tag=on

+9
source

All Articles