Jiansen Lu Code Logger
Code debugger and logger from Jiansen Lu
Pages
Home
My computing blog
My YouTube Channel
IT jobs in Vancouver
Programmer job logger in Vancouver
Adsense
Popular Posts
Code update from PHP 7.4 to PHP 8.1 - PhpSpreadsheet
MySQL workbench -"Could not decrypt password cache"
Code update from PHP 7.4 to PHP 8.1 - Worksheet/Iterator.php
Rendering HTML tags inside textarea
axios handle blob type data
Unix Utils and wget in Windows
increase mysql query speed
Setup vi syntax for PHP
EXCEL return to the next line in the same cell
Get WAMP running on EC2
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
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment