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
MySQL workbench -"Could not decrypt password cache"
Transfer modules between sites
Install APXS in Redhat Linux
super(props) in React
Set Windows path command line
MySQL date created and date modified
JavaScript, remove trailing insignificant zeros after toFixed function
React: connect(mapStateToProps, mapDispatchToProps)
MySQLcase When Then END in comparison
PHP function for input sanitizing
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