Friday, June 13, 2014

php: short_open_tag in php.ini



In php.ini
 short_open_tag = On
the short form (<? ?>)  is allowed.
If
  short_open_tag = Off
you must use the long form of the PHP open tag (<?php ?>).

The reference:
http://php.net/short-open-tag

No comments:

Post a Comment